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, shutdown
public void start(org.osgi.framework.BundleContext context) throws Exception
ContextLoaderListener
start
in interface org.osgi.framework.BundleActivator
start
in class ContextLoaderListener
Exception
BundleActivator.start(org.osgi.framework.BundleContext)
public void stop(org.osgi.framework.BundleContext context) throws Exception
ContextLoaderListener
stop
in interface org.osgi.framework.BundleActivator
stop
in class ContextLoaderListener
Exception
BundleActivator.stop(org.osgi.framework.BundleContext)
protected ExtenderConfiguration initExtenderConfiguration(org.osgi.framework.BundleContext bundleContext)
initExtenderConfiguration
in class ContextLoaderListener
protected ApplicationContextConfigurationFactory createContextConfigFactory()
createContextConfigFactory
in class ContextLoaderListener
protected OsgiContextProcessor createContextProcessor()
createContextProcessor
in class ContextLoaderListener
protected TypeCompatibilityChecker getTypeCompatibilityChecker()
getTypeCompatibilityChecker
in class ContextLoaderListener
protected String getManagedBundleExtenderVersionHeader()
getManagedBundleExtenderVersionHeader
in class ContextLoaderListener
protected void addApplicationListener(OsgiBundleApplicationContextEventMulticaster multicaster)
addApplicationListener
in class ContextLoaderListener
protected ApplicationContextConfiguration createContextConfig(org.osgi.framework.Bundle bundle)
Copyright © 2006–2014. All rights reserved.