See: Description
| Interface | Description |
|---|---|
| ContextClassLoaderProvider |
Strategy interface for plugging various thread context class loaders during
an OSGi application context critical life cycle events.
|
| Class | Description |
|---|---|
| AbstractDelegatedExecutionApplicationContext |
OSGi-specific application context that delegates the execution of its life cycle methods to a different class.
|
| AbstractDelegatedExecutionApplicationContext.NoDependenciesWaitRefreshExecutor |
Executor that offers the traditional way of
refreshing/ closing of an
ApplicationContext (no conditions have to be met and the refresh happens in only one step). |
| AbstractOsgiBundleApplicationContext |
AbstractRefreshableApplicationContext subclass that implements the
ConfigurableOsgiBundleApplicationContext interface for OSGi environments. |
| AccessControlFactory |
Security utility for wrapping an AccessControlContext around a Bundle.
|
| AccessControlFactory.BundleProtectionDomain | |
| BlueprintDocumentLoader |
Specialized
DocumentLoader that allows blueprint configurations without a schema location to be properly
validated. |
| BundleContextAwareProcessor |
BeanPostProcessor handling classes that implement
BundleContextAware interface. |
| ChainedEntityResolver |
Delegated XML entity resolver.
|
| DefaultContextClassLoaderProvider |
Default implementation of
ContextClassLoaderProvider interface. |
| DelegatedNamespaceHandlerResolver |
Delegated XML namespace handler resolver.
|
| OsgiBundleXmlApplicationContext |
Stand-alone XML application context, backed by an OSGi bundle.
|
| OsgiPropertyEditorRegistrar |
Class that registers
PropertyEditors, useful inside an OSGi application context. |
| TrackingUtil |
Utility class for easy, but reliable, tracking of OSGi services.
|
| TrackingUtil.OsgiServiceHandler |
JDK Proxy invocation handler that delegates all calls to services found in the OSGi space at the time of the
call, falling back to a given object.
|