Package org.springframework.osgi.context

OSGi specific application context package.

See:
          Description

Interface Summary
BundleContextAware Interface that enables beans to find the bundle context they are defined in.
ConfigurableOsgiBundleApplicationContext Interface that extends ConfigurableApplicationContext to provides OSGi specific functionality.
DelegatedExecutionOsgiBundleApplicationContext Interface that redirect the application context crucial methods to a third party executor to allow the initialization to be executed in stages.
DependencyAwareBeanFactoryPostProcessor BeanFactoryPostProcessor that is invoked late in the application context lifecycle, specifically after the mandatory service dependencies have been satisfied.
DependencyInitializationAwareBeanPostProcessor BeanPostProcessor that is invoked early in the application context lifecycle, specifically after the service dependencies have been satisfied.
OsgiBundleApplicationContextExecutor DelegatedExecutionOsgiBundleApplicationContext executor.
 

Package org.springframework.osgi.context Description

OSGi specific application context package.
Provides an OSGi-specific application context, Aware interface(s) and scope(s).



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