Service Activator Toolkit
Version 1.1.0 (20081206)

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

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

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

Methods in org.eclipse.soda.sat.core.record.container.interfaces that return IServiceRecord
 IServiceRecord IServiceRecordContainer.get(String name)
          Get the service record for a named service in the container.
 IServiceRecord IServiceRecordContainer.get(String name, Object service)
          Get the service record for the specified service.
 IServiceRecord[] IServiceRecordContainer.getAll()
          Get all the service records in the container.
 IServiceRecord[] IServiceRecordContainer.getAll(String name)
          Get all the service records in the container for the specified name.
 

Methods in org.eclipse.soda.sat.core.record.container.interfaces with parameters of type IServiceRecord
 boolean IServiceRecordContainer.contains(IServiceRecord record)
          Query the container for the existence of a service record.
 boolean IServiceRecordAction.execute(IServiceRecord record, Object parameter)
          Execute against the specified IServiceRecord, with an optional parameter.
 

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

Subinterfaces of IServiceRecord in org.eclipse.soda.sat.core.record.interfaces
 interface IExportProxyServiceRecord
          The IExportProxyServiceRecord interface extends the IExportServiceRecord to define how to export a proxy service.
 interface IExportServiceRecord
          The IExportServiceRecord interface represents a service that is exported by a bundle and registered with the OSGi framework.
 interface IImportServiceRecord
          The IImportServiceRecord interface represents a service imported by a bundle and acquired from the OSGi framework.
 


Service Activator Toolkit
Version 1.1.0 (20081206)