|
Service Activator Toolkit
Version 1.0.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IExportServiceRecord | |
| org.eclipse.soda.sat.core.record.container.interfaces | This package contains the service record container interfaces, which are
used in the rare cases where subclassing BaseBundleActivator
is not desirable. |
| org.eclipse.soda.sat.core.record.interfaces | This package contains the service record interfaces, which are used in the
rare cases where subclassing BaseBundleActivator is not
desirable. |
| org.eclipse.soda.sat.core.util | This package contains a mixed bag of utility classes that are used by SAT, but might be of use to bundle developers. |
| Uses of IExportServiceRecord in org.eclipse.soda.sat.core.record.container.interfaces |
| Methods in org.eclipse.soda.sat.core.record.container.interfaces with parameters of type IExportServiceRecord | |
boolean |
IExportServiceRecordContainer.add(IExportServiceRecord record)
Add an IExportServiceRecord to the container. |
boolean |
IExportServiceRecordContainer.remove(IExportServiceRecord record)
Remove a export service record from the container. |
| Uses of IExportServiceRecord in org.eclipse.soda.sat.core.record.interfaces |
| Subinterfaces of IExportServiceRecord in org.eclipse.soda.sat.core.record.interfaces | |
interface |
IExportProxyServiceRecord
The IExportProxyServiceRecord interface extends the
IExportServiceRecord to define how to export a proxy service. |
| Uses of IExportServiceRecord in org.eclipse.soda.sat.core.util |
| Methods in org.eclipse.soda.sat.core.util that return IExportServiceRecord | |
IExportServiceRecord |
FactoryUtility.createExportServiceRecord(BundleContext bundleContext,
String[] names,
Object service,
Dictionary properties)
Create an IExportServiceRecord. |
| Methods in org.eclipse.soda.sat.core.util with parameters of type IExportServiceRecord | |
IExportProxyServiceRecord |
FactoryUtility.createExportProxyServiceRecord(IExportServiceRecord exportServiceRecord,
Class[] interfaceTypes,
IProxyServiceHandler handler)
Create an IExportProxyServiceRecord with properties that
implements multiple interfaces. |
|
Service Activator Toolkit
Version 1.0.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright © 2001, 2007 IBM Corporation and others. All Rights Reserved.