Uses of Interface
org.eclipse.gemini.blueprint.extender.internal.dependencies.startup.ContextExecutorAccessor

Packages that use ContextExecutorAccessor
org.eclipse.gemini.blueprint.extender.internal.dependencies.startup   
 

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

Classes in org.eclipse.gemini.blueprint.extender.internal.dependencies.startup that implement ContextExecutorAccessor
 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.
 

Constructors in org.eclipse.gemini.blueprint.extender.internal.dependencies.startup with parameters of type ContextExecutorAccessor
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.
 



Copyright © 2006-2013. All Rights Reserved.