public class BlueprintContainerCreator extends Object implements OsgiApplicationContextCreator
Constructor and Description |
---|
BlueprintContainerCreator() |
Modifier and Type | Method and Description |
---|---|
DelegatedExecutionOsgiBundleApplicationContext |
createApplicationContext(org.osgi.framework.BundleContext bundleContext)
Creates an application context for the given bundle context.
|
public DelegatedExecutionOsgiBundleApplicationContext createApplicationContext(org.osgi.framework.BundleContext bundleContext) throws Exception
OsgiApplicationContextCreator
null
should be
returned. Exceptions will be caught and logged but will not prevent the
creation of other application contexts.createApplicationContext
in interface OsgiApplicationContextCreator
bundleContext
- OSGi bundle context determining the context creationnull
if no context should be created, non-
null
otherwiseException
- if something goes wrongCopyright © 2006-2013. All Rights Reserved.