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

Packages that use ConfigurableOsgiBundleApplicationContext
org.eclipse.gemini.blueprint.context OSGi specific application context package. 
org.eclipse.gemini.blueprint.context.support Support package for OSGi specific application contexts. 
 

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

Subinterfaces of ConfigurableOsgiBundleApplicationContext in org.eclipse.gemini.blueprint.context
 interface DelegatedExecutionOsgiBundleApplicationContext
          Interface that redirect the application context crucial methods to a third party executor to allow the initialization to be executed in stages.
 

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

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



Copyright © 2006-2010 Spring Framework. All Rights Reserved.