Uses of Interface
org.eclipse.gemini.blueprint.context.OsgiBundleApplicationContextExecutor

Packages that use OsgiBundleApplicationContextExecutor
org.eclipse.gemini.blueprint.context OSGi specific application context package. 
org.eclipse.gemini.blueprint.context.support Support package for OSGi specific application contexts. 
org.eclipse.gemini.blueprint.extender.internal.dependencies.startup   
 

Uses of OsgiBundleApplicationContextExecutor in org.eclipse.gemini.blueprint.context
 

Methods in org.eclipse.gemini.blueprint.context with parameters of type OsgiBundleApplicationContextExecutor
 void DelegatedExecutionOsgiBundleApplicationContext.setExecutor(OsgiBundleApplicationContextExecutor executor)
          Assigns the OsgiBundleApplicationContextExecutor for this delegated context.
 

Uses of OsgiBundleApplicationContextExecutor in org.eclipse.gemini.blueprint.context.support
 

Methods in org.eclipse.gemini.blueprint.context.support with parameters of type OsgiBundleApplicationContextExecutor
 void AbstractDelegatedExecutionApplicationContext.setExecutor(OsgiBundleApplicationContextExecutor executor)
           
 

Uses of OsgiBundleApplicationContextExecutor in org.eclipse.gemini.blueprint.extender.internal.dependencies.startup
 

Classes in org.eclipse.gemini.blueprint.extender.internal.dependencies.startup that implement OsgiBundleApplicationContextExecutor
 class DependencyWaiterApplicationContextExecutor
          Dependency waiter executor that breaks the 'traditional' ConfigurableApplicationContext.refresh() in two pieces so that beans are not actually created unless the OSGi service imported are present.
 



Copyright © 2006-2013. All Rights Reserved.