Package | Description |
---|---|
org.eclipse.gemini.blueprint.context.support |
Support package for OSGi specific application contexts.
|
org.eclipse.gemini.blueprint.extender |
Extender package for bootstraping application contexts from OSGi bundles.
|
org.eclipse.gemini.blueprint.extender.internal.blueprint.activator.support | |
org.eclipse.gemini.blueprint.extender.internal.dependencies.startup | |
org.eclipse.gemini.blueprint.extender.support |
Support package for Gemini Blueprint Extender infrastructure.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDelegatedExecutionApplicationContext
OSGi-specific application context that delegates the execution of its life cycle methods to a different class.
|
class |
OsgiBundleXmlApplicationContext
Stand-alone XML application context, backed by an OSGi bundle.
|
Modifier and Type | Method and Description |
---|---|
DelegatedExecutionOsgiBundleApplicationContext |
OsgiApplicationContextCreator.createApplicationContext(org.osgi.framework.BundleContext bundleContext)
Creates an application context for the given bundle context.
|
Modifier and Type | Method and Description |
---|---|
DelegatedExecutionOsgiBundleApplicationContext |
BlueprintContainerCreator.createApplicationContext(org.osgi.framework.BundleContext bundleContext) |
Modifier and Type | Field and Description |
---|---|
protected DelegatedExecutionOsgiBundleApplicationContext |
DependencyWaiterApplicationContextExecutor.delegateContext |
Constructor and Description |
---|
DependencyServiceManager(ContextExecutorAccessor executor,
DelegatedExecutionOsgiBundleApplicationContext context,
List<OsgiServiceDependencyFactory> dependencyFactories,
Runnable executeIfDone,
long maxWaitTime)
Create a dependency manager, indicating the executor bound to, the context that contains the dependencies and the
task to execute if all dependencies are met.
|
DependencyWaiterApplicationContextExecutor(DelegatedExecutionOsgiBundleApplicationContext delegateContext,
boolean syncWait,
List<OsgiServiceDependencyFactory> dependencyFactories) |
Modifier and Type | Method and Description |
---|---|
DelegatedExecutionOsgiBundleApplicationContext |
ConditionalApplicationContextCreator.createApplicationContext(org.osgi.framework.BundleContext bundleContext) |
DelegatedExecutionOsgiBundleApplicationContext |
DefaultOsgiApplicationContextCreator.createApplicationContext(org.osgi.framework.BundleContext bundleContext) |
Copyright © 2006–2014. All rights reserved.