Service Activator Toolkit
Version 1.0.0

Package 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.

See:
          Description

Interface Summary
IExportProxyServiceRecord The IExportProxyServiceRecord interface extends the IExportServiceRecord to define how to export a proxy service.
IExportServiceRecord An IExportServiceRecord represents a service that is exported by a bundle and registered with the OSGi framework.
IImportServiceRecord An IImportServiceRecord represents a service imported by a bundle and acquired from the OSGi framework.
IImportServiceRecordOwner When an IImportServiceRecord is created it must have an owner to handle call-back notifications.
IServiceDetecter An IServiceDetecter declares the role of an object that will detect the registration and unregistration of services of a specified type.
IServiceRecord The IServiceRecord interface declares the API for all OSGi services that are managed by SAT.
ServiceDetecterListener  
 

Package org.eclipse.soda.sat.core.record.interfaces Description

This package contains the service record interfaces, which are used in the rare cases where subclassing BaseBundleActivator is not desirable. Instances of the private classes that implement these interfaces can be created using the class FactoryUtility. This package is exported by the SAT bundle.


Service Activator Toolkit
Version 1.0.0