See: Description
| Interface | Description |
|---|---|
| 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 |
Copyright © 2006-2013. All Rights Reserved.