class BlueprintListenerManager extends java.lang.Object implements BlueprintListener, org.springframework.beans.factory.DisposableBean
| Modifier and Type | Class and Description |
|---|---|
private class |
BlueprintListenerManager.RegistrationReplayDelivery |
| Modifier and Type | Field and Description |
|---|---|
private org.springframework.beans.factory.DisposableBean |
cleanupHook |
private java.util.List<BlueprintListener> |
listeners |
private static org.apache.commons.logging.Log |
log
logger
|
private ReplayEventManager |
replayManager |
| Constructor and Description |
|---|
BlueprintListenerManager(org.osgi.framework.BundleContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
blueprintEvent(BlueprintEvent event)
Receives notifications of a Blueprint Event.
|
void |
destroy() |
private static final org.apache.commons.logging.Log log
private volatile org.springframework.beans.factory.DisposableBean cleanupHook
private volatile java.util.List<BlueprintListener> listeners
private volatile ReplayEventManager replayManager
public BlueprintListenerManager(org.osgi.framework.BundleContext context)
public void destroy()
destroy in interface org.springframework.beans.factory.DisposableBeanpublic void blueprintEvent(BlueprintEvent event)
BlueprintListenerblueprintEvent in interface BlueprintListenerevent - The BlueprintEvent.