Service Activator Toolkit
Version 1.1.0 (20081206)

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

Packages that use IExportProxyServiceRecord
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 IExportProxyServiceRecord in org.eclipse.soda.sat.core.util
 

Methods in org.eclipse.soda.sat.core.util that return IExportProxyServiceRecord
 IExportProxyServiceRecord FactoryUtility.createExportProxyServiceRecord(BundleContext bundleContext, Class[] interfaceTypes, IProxyServiceHandler handler, Dictionary properties)
          Create an IExportProxyServiceRecord with properties that implements multiple interfaces.
 IExportProxyServiceRecord FactoryUtility.createExportProxyServiceRecord(BundleContext bundleContext, Class interfaceType, IProxyServiceHandler handler, Dictionary properties)
          Create an IExportProxyServiceRecord with properties that implements multiple interfaces.
 


Service Activator Toolkit
Version 1.1.0 (20081206)