Uses of Interface
org.eclipse.gemini.blueprint.extender.OsgiServiceDependencyFactory

Packages that use OsgiServiceDependencyFactory
org.eclipse.gemini.blueprint.extender.internal.dependencies.startup   
org.eclipse.gemini.blueprint.extender.internal.support Support package for Gemini Blueprint extender. 
 

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

Classes in org.eclipse.gemini.blueprint.extender.internal.dependencies.startup that implement OsgiServiceDependencyFactory
 class MandatoryImporterDependencyFactory
          Default mandatory importer dependency factory.
 

Constructor parameters in org.eclipse.gemini.blueprint.extender.internal.dependencies.startup with type arguments of type OsgiServiceDependencyFactory
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 OsgiServiceDependencyFactory in org.eclipse.gemini.blueprint.extender.internal.support
 

Methods in org.eclipse.gemini.blueprint.extender.internal.support that return types with arguments of type OsgiServiceDependencyFactory
 List<OsgiServiceDependencyFactory> ExtenderConfiguration.getDependencyFactories()
          Returns the dependencies factories declared by the extender configuration.
 



Copyright © 2006-2012. All Rights Reserved.