Package | Description |
---|---|
org.eclipse.gemini.blueprint.context |
OSGi specific application context package.
|
org.eclipse.gemini.blueprint.context.event |
Event package for OSGi application contexts.
|
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.dependencies.startup | |
org.eclipse.gemini.blueprint.extender.internal.support |
Support package for Gemini Blueprint extender.
|
Modifier and Type | Method and Description |
---|---|
OsgiBundleApplicationContextEventMulticaster |
DelegatedExecutionOsgiBundleApplicationContext.getDelegatedEventMulticaster()
Returns the OSGi event multicaster (if any) associated with this
application context.
|
Modifier and Type | Method and Description |
---|---|
void |
DelegatedExecutionOsgiBundleApplicationContext.setDelegatedEventMulticaster(OsgiBundleApplicationContextEventMulticaster multicaster)
Allows a delegated
OsgiBundleApplicationContextEventMulticaster ,
external to the application context, to be used for sending OSGi
application context events regarding the application context life cycle. |
Modifier and Type | Class and Description |
---|---|
class |
OsgiBundleApplicationContextEventMulticasterAdapter
Adapter class between Spring
ApplicationEventMulticaster and Spring-DM
OsgiBundleApplicationContextEventMulticaster . |
Modifier and Type | Method and Description |
---|---|
OsgiBundleApplicationContextEventMulticaster |
AbstractDelegatedExecutionApplicationContext.getDelegatedEventMulticaster() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractDelegatedExecutionApplicationContext.setDelegatedEventMulticaster(OsgiBundleApplicationContextEventMulticaster multicaster) |
Modifier and Type | Method and Description |
---|---|
protected void |
ContextLoaderListener.addApplicationListener(OsgiBundleApplicationContextEventMulticaster multicaster) |
Modifier and Type | Method and Description |
---|---|
protected void |
BlueprintLoaderListener.addApplicationListener(OsgiBundleApplicationContextEventMulticaster multicaster) |
Modifier and Type | Method and Description |
---|---|
OsgiBundleApplicationContextEventMulticaster |
ContextExecutorAccessor.getEventMulticaster() |
OsgiBundleApplicationContextEventMulticaster |
DependencyWaiterApplicationContextExecutor.getEventMulticaster() |
Modifier and Type | Method and Description |
---|---|
void |
DependencyWaiterApplicationContextExecutor.setDelegatedMulticaster(OsgiBundleApplicationContextEventMulticaster multicaster)
Sets the multicaster for delegating failing events.
|
Modifier and Type | Method and Description |
---|---|
OsgiBundleApplicationContextEventMulticaster |
ExtenderConfiguration.getEventMulticaster()
Returns the eventMulticaster.
|
Copyright © 2006–2015. All rights reserved.