public class EventAdminDispatcher
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
private static class |
EventAdminDispatcher.EventAdminDispatcherFactory
Actual creation of EventAdmin dispatcher.
|
| Modifier and Type | Field and Description |
|---|---|
private EventDispatcher |
dispatcher
actual dispatcher
|
private static boolean |
eventAdminAvailable
Whether the Event Admin library is present on the classpath
|
private static org.apache.commons.logging.Log |
log
logger
|
| Constructor and Description |
|---|
EventAdminDispatcher(org.osgi.framework.BundleContext bundleContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterClose(BlueprintEvent event) |
void |
afterRefresh(BlueprintEvent event) |
void |
beforeClose(BlueprintEvent event) |
void |
beforeRefresh(BlueprintEvent event) |
void |
grace(BlueprintEvent event) |
void |
refreshFailure(BlueprintEvent event) |
void |
waiting(BlueprintEvent event) |
private static final org.apache.commons.logging.Log log
private static final boolean eventAdminAvailable
private final EventDispatcher dispatcher
public EventAdminDispatcher(org.osgi.framework.BundleContext bundleContext)
public void beforeClose(BlueprintEvent event)
public void beforeRefresh(BlueprintEvent event)
public void afterClose(BlueprintEvent event)
public void afterRefresh(BlueprintEvent event)
public void refreshFailure(BlueprintEvent event)
public void grace(BlueprintEvent event)
public void waiting(BlueprintEvent event)