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.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(BundleContext bundleContext)
          Creates an application context for the given bundle context.
 

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

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



Copyright © 2006-2011. All Rights Reserved.