Service Activator Toolkit
Version 1.1.0 (20081206)

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

Packages that use IExportServiceRecord
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 IExportServiceRecord in org.eclipse.soda.sat.core.framework.interfaces
 

Methods in org.eclipse.soda.sat.core.framework.interfaces with parameters of type IExportServiceRecord
 void IBundleActivationManager.addExportServiceRecord(IExportServiceRecord record)
          Configuration Method: Add the specified export service record.
 void IBundleActivationManager.addExportServiceRecords(IExportServiceRecord[] records)
          Configuration Method: Add the specified export service records.
 void IBundleActivationManager.removeExportServiceRecord(IExportServiceRecord record)
          Configuration Method: Remove the specified export service record.
 

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

Methods in org.eclipse.soda.sat.core.record.container.interfaces with parameters of type IExportServiceRecord
 boolean IExportServiceRecordContainer.add(IExportServiceRecord record)
          Add an IExportServiceRecord to the container.
 boolean IExportServiceRecordContainer.remove(IExportServiceRecord record)
          Remove a export service record from the container.
 

Uses of IExportServiceRecord in org.eclipse.soda.sat.core.record.interfaces
 

Subinterfaces of IExportServiceRecord in org.eclipse.soda.sat.core.record.interfaces
 interface IExportProxyServiceRecord
          The IExportProxyServiceRecord interface extends the IExportServiceRecord to define how to export a proxy service.
 

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

Methods in org.eclipse.soda.sat.core.util that return IExportServiceRecord
 IExportServiceRecord FactoryUtility.createExportServiceRecord(BundleContext bundleContext, String[] names, Object service, Dictionary properties)
          Create an IExportServiceRecord.
 IExportServiceRecord FactoryUtility.createExportServiceRecord(BundleContext bundleContext, String name, Object service, Dictionary properties)
          Create an IExportServiceRecord.
 


Service Activator Toolkit
Version 1.1.0 (20081206)