public class AsynchronousDeliverer extends Object
Modifier and Type | Field and Description |
---|---|
protected Set<com.webmethods.rtl.event.EvListener> |
m_listeners |
protected Object |
m_listenersUpdateLock |
protected static boolean |
m_shutdown |
protected static boolean |
m_shutDownHookAdded |
protected boolean |
m_stopped |
Modifier and Type | Method and Description |
---|---|
protected void |
deliver(Object ev) |
String |
getName() |
void |
setName(String name) |
protected volatile Set<com.webmethods.rtl.event.EvListener> m_listeners
protected Object m_listenersUpdateLock
protected volatile boolean m_stopped
protected static boolean m_shutDownHookAdded
protected static boolean m_shutdown