Service Activator Toolkit
Version 1.1.0 (20081206)

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

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

Classes in org.eclipse.soda.sat.core.framework that implement IManagedServiceFactoryAdvisor
 class BaseManagedServiceFactoryAdvisor
          BaseManagedServiceFactoryAdvisor is an abstract class from which bundles typically derive their IManagedServiceFactoryAdvisor.
 

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

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

Methods in org.eclipse.soda.sat.core.util with parameters of type IManagedServiceFactoryAdvisor
 IManagedServiceFactoryActivationManager FactoryUtility.createManagedServiceFactoryActivationManager(String name, IManagedServiceFactoryAdvisor advisor)
          Create an IManagedServiceFactoryActivationManager.
 IManagedServiceFactoryActivationManager FactoryUtility.createManagedServiceFactoryActivationManager(String name, IManagedServiceFactoryAdvisor advisor, int numberOfConfigurationsHint)
          Create an IManagedServiceFactoryActivationManager.
 


Service Activator Toolkit
Version 1.1.0 (20081206)