Service Activator Toolkit
Version 1.1.0 (20081206)

Uses of Package
org.eclipse.soda.sat.core.record.interfaces

Packages that use org.eclipse.soda.sat.core.record.interfaces
org.eclipse.soda.sat.core.framework.interfaces This package contains interfaces that support the SAT implementation classes. 
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. 
 

Classes in org.eclipse.soda.sat.core.record.interfaces used by org.eclipse.soda.sat.core.framework.interfaces
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.
 

Classes in org.eclipse.soda.sat.core.record.interfaces used by org.eclipse.soda.sat.core.record.container.interfaces
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.
IServiceRecord
          The IServiceRecord interface declares the API for all OSGi services that are managed by SAT.
 

Classes in org.eclipse.soda.sat.core.record.interfaces used by org.eclipse.soda.sat.core.record.interfaces
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.
 

Classes in org.eclipse.soda.sat.core.record.interfaces used by org.eclipse.soda.sat.core.util
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.
IServiceDetecter
          The IServiceDetecter interface defines the API of an object that will detect the registration and unregistration of services of a specified type.
 


Service Activator Toolkit
Version 1.1.0 (20081206)