Service Activator Toolkit
Version 1.1.0 (20081206)

Uses of Interface
org.eclipse.soda.sat.core.record.interfaces.IImportServiceRecord

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

Uses of IImportServiceRecord in org.eclipse.soda.sat.core.framework.interfaces
 

Methods in org.eclipse.soda.sat.core.framework.interfaces with parameters of type IImportServiceRecord
 void IBundleActivationManager.addImportServiceRecord(IImportServiceRecord record)
          Configuration Method: Add the specified import service record.
 

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

Methods in org.eclipse.soda.sat.core.record.container.interfaces that return IImportServiceRecord
 IImportServiceRecord IImportServiceRecordContainer.getWithFilter(String name, Filter filter)
          Get the record from the container with the matching service name and filter.
 

Methods in org.eclipse.soda.sat.core.record.container.interfaces with parameters of type IImportServiceRecord
 boolean IImportServiceRecordContainer.add(IImportServiceRecord record)
          Add an import service record to the container.
 boolean IImportServiceRecordContainer.remove(IImportServiceRecord record)
          Remove an import service record from the container.
 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 IImportServiceRecord in org.eclipse.soda.sat.core.record.interfaces
 

Methods in org.eclipse.soda.sat.core.record.interfaces with parameters of type IImportServiceRecord
 void IImportServiceRecordOwner.serviceAcquired(IImportServiceRecord record)
          An imported service has been acquired.
 void IImportServiceRecordOwner.serviceReleased(IImportServiceRecord record)
          An imported service has been released.
 

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

Methods in org.eclipse.soda.sat.core.util that return IImportServiceRecord
 IImportServiceRecord FactoryUtility.createImportServiceRecord(BundleContext bundleContext, String name, Filter filter)
          Create an IImportServiceRecord.
 


Service Activator Toolkit
Version 1.1.0 (20081206)