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
OsgiApplicationContextCreatornull should be
returned. Exceptions will be caught and logged but will not prevent the
creation of other application contexts.createApplicationContext in interface OsgiApplicationContextCreatorbundleContext - OSGi bundle context determining the context creationnull if no context should be created, non-
null otherwiseException - if something goes wrongCopyright © 2006–2015. All rights reserved.