Service Activator Toolkit
Version 1.1.0 (20081206)

Uses of Interface
org.eclipse.soda.sat.core.record.container.interfaces.IImportServiceRecordContainer

Packages that use IImportServiceRecordContainer
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.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 IImportServiceRecordContainer in org.eclipse.soda.sat.core.record.container.interfaces
 

Methods in org.eclipse.soda.sat.core.record.container.interfaces with parameters of type IImportServiceRecordContainer
 void IImportServiceRecordContainerOwner.acquired(IImportServiceRecordContainer container)
          The owned IImportServiceRecordContainer has been acquired.
 void IImportServiceRecordContainerOwner.released(IImportServiceRecordContainer container)
          The owned IImportServiceRecordContainer has been released.
 void IImportServiceRecordContainerLenientOwner.serviceAcquired(IImportServiceRecordContainer container, IImportServiceRecord record)
          One of the container's IImportServiceRecord objects has been acquired.
 void IImportServiceRecordContainerLenientOwner.serviceReleased(IImportServiceRecordContainer container, IImportServiceRecord record)
          One of the container's IImportServiceRecord objects has been released.
 

Uses of IImportServiceRecordContainer in org.eclipse.soda.sat.core.util
 

Methods in org.eclipse.soda.sat.core.util that return IImportServiceRecordContainer
 IImportServiceRecordContainer FactoryUtility.createImportServiceRecordContainer()
          Create a "strict" IImportServiceRecordContainer.
 


Service Activator Toolkit
Version 1.1.0 (20081206)