Service Activator Toolkit
Version 1.1.0 (20081206)

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 The IExportServiceRecord interface represents a service that is exported by a bundle and registered with the OSGi framework.
IImportServiceRecord The IImportServiceRecord interface 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 The IServiceDetecter interface defines the API 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 The ServiceDetecterListener interface is implemented by classes that wishes to observer when a service is added and removed from a ServiceDetecter.
 

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.1.0 (20081206)