Service Activator Toolkit
Version 1.1.0 (20081206)

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

See:
          Description

Interface Summary
IExportServiceRecordContainer The IExportServiceRecordContainer interface declares the API for export service record containers.
IImportServiceRecordContainer The IImportServiceRecordContainer interface declares the API for import service record containers.
IImportServiceRecordContainerLenientOwner When an IImportServiceRecordContainer is created it must be given an owner that will handle call-back notifications.
IImportServiceRecordContainerOwner When an IImportServiceRecordContainer is created it must be given an owner that will handle call-back notifications.
IServiceRecordAction The IServiceRecordAction interface declares an API for executing an action against IServiceRecord objects within an IServiceRecordContainer.
IServiceRecordContainer The IServiceRecordContainer interface declares the API for service record containers.
 

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

This package contains the service record container 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)