Service Activator Toolkit
Version 1.1.0 (20081206)

Uses of Interface
org.eclipse.soda.sat.core.framework.interfaces.IManagedServiceAdvisor

Packages that use IManagedServiceAdvisor
org.eclipse.soda.sat.core.framework This package contains the SAT implementation classes, such as BaseBundleActivator class from which all SAT bundles typically derive their BundleActivator
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 IManagedServiceAdvisor in org.eclipse.soda.sat.core.framework
 

Classes in org.eclipse.soda.sat.core.framework that implement IManagedServiceAdvisor
 class BaseManagedServiceAdvisor
           
 

Methods in org.eclipse.soda.sat.core.framework that return IManagedServiceAdvisor
protected abstract  IManagedServiceAdvisor ManagedServiceBundleActivator.createAdvisor()
          Create the IManagedServiceAdvisor that knows how to create and destroy the exported service that is managed by the service.
 

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

Methods in org.eclipse.soda.sat.core.util with parameters of type IManagedServiceAdvisor
 IManagedServiceActivationManager FactoryUtility.createManagedServiceActivationManager(IManagedServiceAdvisor advisor)
          Create an IManagedServiceActivationManager.
 


Service Activator Toolkit
Version 1.1.0 (20081206)