|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.opennms.netmgt.xmlrpcd.BroadcastEventProcessor
Field Summary | |
private FifoQueue |
m_eventQ
The location where incoming events of interest are enqueued |
private int |
m_maxQSize
The maximam size of the event queue. |
Constructor Summary | |
(package private) |
BroadcastEventProcessor(FifoQueue eventQ,
int maxQSize,
java.util.Enumeration eventEnum)
Create message selector to set to the subscription |
Method Summary | |
void |
close()
Unsubscribe from eventd |
java.lang.String |
getName()
Return an id for this event listener |
void |
onEvent(Event event)
This method is invoked by the EventIpcManager when a new event is available for processing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private FifoQueue m_eventQ
private int m_maxQSize
Constructor Detail |
BroadcastEventProcessor(FifoQueue eventQ, int maxQSize, java.util.Enumeration eventEnum)
Method Detail |
public void close()
public void onEvent(Event event)
onEvent
in interface EventListener
event
- The eventpublic java.lang.String getName()
getName
in interface EventListener
|
OpenNMS API 1.2.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |