Uses of Interface
org.springframework.osgi.context.ConfigurableOsgiBundleApplicationContext

Packages that use ConfigurableOsgiBundleApplicationContext
org.springframework.osgi.context OSGi specific application context package. 
org.springframework.osgi.context.event Event package for OSGi application contexts. 
org.springframework.osgi.context.support Support package for OSGi specific application contexts. 
 

Uses of ConfigurableOsgiBundleApplicationContext in org.springframework.osgi.context
 

Subinterfaces of ConfigurableOsgiBundleApplicationContext in org.springframework.osgi.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.springframework.osgi.context.event
 

Methods in org.springframework.osgi.context.event that return ConfigurableOsgiBundleApplicationContext
 ConfigurableOsgiBundleApplicationContext OsgiBundleApplicationContextEvent.getOsgiBundleApplicationContext()
          Returns the ConfigurableOsgiBundleApplicationContext that the event was raised for.
 

Constructors in org.springframework.osgi.context.event with parameters of type ConfigurableOsgiBundleApplicationContext
OsgiBundleApplicationContextEvent(ConfigurableOsgiBundleApplicationContext source)
          Constructs a new OsgiApplicationContextEvent instance.
OsgiBundleContextFailedEvent(ConfigurableOsgiBundleApplicationContext source, Throwable cause)
          Constructs a new OsgiBundleContextFailedEvent instance.
OsgiBundleContextRefreshedEvent(ConfigurableOsgiBundleApplicationContext source)
          Constructs a new OsgiBundleContextRefreshedEvent instance.
 

Uses of ConfigurableOsgiBundleApplicationContext in org.springframework.osgi.context.support
 

Classes in org.springframework.osgi.context.support that implement ConfigurableOsgiBundleApplicationContext
 class AbstractDelegatedExecutionApplicationContext
          OSGi-specific application context that delegates the execution of its lifecycle 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-2008 Spring Framework. All Rights Reserved.