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

Packages that use DelegatedExecutionOsgiBundleApplicationContext
org.eclipse.gemini.blueprint.context.support Support package for OSGi specific application contexts. 
org.eclipse.gemini.blueprint.extender Extender package for bootstraping application contexts from OSGi bundles. 
org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support   
org.eclipse.gemini.blueprint.extender.internal.dependencies.startup   
org.eclipse.gemini.blueprint.extender.support Support package for Gemini Blueprint Extender infrastructure. 
 

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

Classes in org.eclipse.gemini.blueprint.context.support that implement DelegatedExecutionOsgiBundleApplicationContext
 class AbstractDelegatedExecutionApplicationContext
          OSGi-specific application context that delegates the execution of its life cycle methods to a different class.
 class OsgiBundleXmlApplicationContext
          Stand-alone XML application context, backed by an OSGi bundle.
 

Uses of DelegatedExecutionOsgiBundleApplicationContext in org.eclipse.gemini.blueprint.extender
 

Methods in org.eclipse.gemini.blueprint.extender that return DelegatedExecutionOsgiBundleApplicationContext
 DelegatedExecutionOsgiBundleApplicationContext OsgiApplicationContextCreator.createApplicationContext(org.osgi.framework.BundleContext bundleContext)
          Creates an application context for the given bundle context.
 

Uses of DelegatedExecutionOsgiBundleApplicationContext in org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support
 

Methods in org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support that return DelegatedExecutionOsgiBundleApplicationContext
 DelegatedExecutionOsgiBundleApplicationContext BlueprintContainerCreator.createApplicationContext(org.osgi.framework.BundleContext bundleContext)
           
 

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

Fields in org.eclipse.gemini.blueprint.extender.internal.dependencies.startup declared as DelegatedExecutionOsgiBundleApplicationContext
protected  DelegatedExecutionOsgiBundleApplicationContext DependencyWaiterApplicationContextExecutor.delegateContext
           
 

Constructors in org.eclipse.gemini.blueprint.extender.internal.dependencies.startup with parameters of type DelegatedExecutionOsgiBundleApplicationContext
DependencyServiceManager(ContextExecutorAccessor executor, DelegatedExecutionOsgiBundleApplicationContext context, List<OsgiServiceDependencyFactory> dependencyFactories, Runnable executeIfDone, long maxWaitTime)
          Create a dependency manager, indicating the executor bound to, the context that contains the dependencies and the task to execute if all dependencies are met.
DependencyWaiterApplicationContextExecutor(DelegatedExecutionOsgiBundleApplicationContext delegateContext, boolean syncWait, List<OsgiServiceDependencyFactory> dependencyFactories)
           
 

Uses of DelegatedExecutionOsgiBundleApplicationContext in org.eclipse.gemini.blueprint.extender.support
 

Methods in org.eclipse.gemini.blueprint.extender.support that return DelegatedExecutionOsgiBundleApplicationContext
 DelegatedExecutionOsgiBundleApplicationContext DefaultOsgiApplicationContextCreator.createApplicationContext(org.osgi.framework.BundleContext bundleContext)
           
 DelegatedExecutionOsgiBundleApplicationContext ConditionalApplicationContextCreator.createApplicationContext(org.osgi.framework.BundleContext bundleContext)
           
 



Copyright © 2006-2012. All Rights Reserved.