|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.eventd.BroadcastEventProcessor
public class BroadcastEventProcessor
BroadcastEventProcessor class.
| Constructor Summary | |
|---|---|
BroadcastEventProcessor(EventIpcManager eventIpcManager,
EventConfDao eventConfDao)
Constructor for BroadcastEventProcessor. |
|
| Method Summary | |
|---|---|
void |
close()
Closes the current connections to the event manager if they are still active. |
protected void |
finalize()
This method may be invoked by the garbage thresholding. |
String |
getName()
getName |
void |
onEvent(Event event)
Process a sent event. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BroadcastEventProcessor(EventIpcManager eventIpcManager,
EventConfDao eventConfDao)
Constructor for BroadcastEventProcessor.
eventIpcManager - a EventIpcManager object.eventConfDao - a EventConfDao object.| Method Detail |
|---|
public void close()
protected void finalize()
throws Throwable
close method is called at least
once during the cycle of this object.
finalize in class ObjectThrowable - if any.public String getName()
getName
getName in interface EventListenerString object.public void onEvent(Event event)
onEvent in interface EventListenerevent - a Event object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||