Service Activator Toolkit
Version 1.0.0

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

Packages that use IImportServiceRecordContainerOwner
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. 
 

Uses of IImportServiceRecordContainerOwner in org.eclipse.soda.sat.core.record.container.interfaces
 

Subinterfaces of IImportServiceRecordContainerOwner in org.eclipse.soda.sat.core.record.container.interfaces
 interface IImportServiceRecordContainerLenientOwner
          When an IImportServiceRecordContainer is created it must be given an owner that will handle call-back notifications.
 

Methods in org.eclipse.soda.sat.core.record.container.interfaces with parameters of type IImportServiceRecordContainerOwner
 void IImportServiceRecordContainer.acquire(IImportServiceRecordContainerOwner owner)
          Acquire all the contained import service records.
 


Service Activator Toolkit
Version 1.0.0