public class BlueprintLoaderListener extends ContextLoaderListener
log| Constructor and Description |
|---|
BlueprintLoaderListener() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addApplicationListener(OsgiBundleApplicationContextEventMulticaster multicaster) |
protected ApplicationContextConfiguration |
createContextConfig(org.osgi.framework.Bundle bundle) |
protected ApplicationContextConfigurationFactory |
createContextConfigFactory() |
protected OsgiContextProcessor |
createContextProcessor() |
protected String |
getManagedBundleExtenderVersionHeader() |
protected TypeCompatibilityChecker |
getTypeCompatibilityChecker() |
protected ExtenderConfiguration |
initExtenderConfiguration(org.osgi.framework.BundleContext bundleContext) |
void |
start(org.osgi.framework.BundleContext context)
Called by OSGi when this bundle is started.
|
void |
stop(org.osgi.framework.BundleContext context)
Called by OSGi when this bundled is stopped.
|
initListenerService, initNamespaceHandlers, initStartedBundles, maybeAddNamespaceHandlerFor, maybeRemoveNameSpaceHandlerFor, shutdownpublic void start(org.osgi.framework.BundleContext context)
throws Exception
ContextLoaderListenerstart in interface org.osgi.framework.BundleActivatorstart in class ContextLoaderListenerExceptionBundleActivator.start(org.osgi.framework.BundleContext)public void stop(org.osgi.framework.BundleContext context)
throws Exception
ContextLoaderListenerstop in interface org.osgi.framework.BundleActivatorstop in class ContextLoaderListenerExceptionBundleActivator.stop(org.osgi.framework.BundleContext)protected ExtenderConfiguration initExtenderConfiguration(org.osgi.framework.BundleContext bundleContext)
initExtenderConfiguration in class ContextLoaderListenerprotected ApplicationContextConfigurationFactory createContextConfigFactory()
createContextConfigFactory in class ContextLoaderListenerprotected OsgiContextProcessor createContextProcessor()
createContextProcessor in class ContextLoaderListenerprotected TypeCompatibilityChecker getTypeCompatibilityChecker()
getTypeCompatibilityChecker in class ContextLoaderListenerprotected String getManagedBundleExtenderVersionHeader()
getManagedBundleExtenderVersionHeader in class ContextLoaderListenerprotected void addApplicationListener(OsgiBundleApplicationContextEventMulticaster multicaster)
addApplicationListener in class ContextLoaderListenerprotected ApplicationContextConfiguration createContextConfig(org.osgi.framework.Bundle bundle)
Copyright © 2006–2013. All rights reserved.