| Package | Description |
|---|---|
| org.eclipse.gemini.blueprint.context |
OSGi specific application context package.
|
| org.eclipse.gemini.blueprint.context.support |
Support package for OSGi specific application contexts.
|
| org.eclipse.gemini.blueprint.extender.internal.activator | |
| org.eclipse.gemini.blueprint.extender.internal.blueprint.activator | |
| org.eclipse.gemini.blueprint.extender.internal.support |
Support package for Gemini Blueprint extender.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
DelegatedExecutionOsgiBundleApplicationContext
Interface that redirect the application context crucial methods to a third
party executor to allow the initialization to be executed in stages.
|
| 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 |
AbstractOsgiBundleApplicationContext
AbstractRefreshableApplicationContext subclass that implements the
ConfigurableOsgiBundleApplicationContext interface for OSGi environments. |
class |
OsgiBundleXmlApplicationContext
Stand-alone XML application context, backed by an OSGi bundle.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.Map<java.lang.Long,ConfigurableOsgiBundleApplicationContext> |
LifecycleManager.managedContexts
The contexts we are currently managing.
|
| Modifier and Type | Method and Description |
|---|---|
ConfigurableOsgiBundleApplicationContext |
LifecycleManager.getManagedContext(org.osgi.framework.Bundle bundle) |
| Modifier and Type | Method and Description |
|---|---|
private BlueprintContainer |
BlueprintContainerProcessor.createBlueprintContainer(ConfigurableOsgiBundleApplicationContext context) |
void |
BlueprintContainerProcessor.postProcessClose(ConfigurableOsgiBundleApplicationContext context) |
void |
BlueprintContainerProcessor.postProcessRefresh(ConfigurableOsgiBundleApplicationContext context) |
void |
BlueprintContainerProcessor.postProcessRefreshFailure(ConfigurableOsgiBundleApplicationContext context,
java.lang.Throwable th) |
void |
BlueprintContainerProcessor.preProcessClose(ConfigurableOsgiBundleApplicationContext context) |
void |
BlueprintContainerProcessor.preProcessRefresh(ConfigurableOsgiBundleApplicationContext context) |
| Modifier and Type | Field and Description |
|---|---|
private ConfigurableOsgiBundleApplicationContext |
ExtenderConfiguration.extenderConfiguration |