|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.opennms.netmgt.trapd.BroadcastEventProcessor
public final class BroadcastEventProcessor
BroadcastEventProcessor class.
| Constructor Summary | |
|---|---|
BroadcastEventProcessor(EventIpcManager eventMgr,
TrapdIpMgr trapdIpMgr)
Constructor for BroadcastEventProcessor. |
|
| Method Summary | |
|---|---|
void |
afterPropertiesSet()
afterPropertiesSet |
void |
close()
Unsubscribe from eventd |
void |
destroy()
destroy |
EventIpcManager |
getEventManager()
getEventManager |
String |
getName()
Return an id for this event listener |
TrapdIpMgr |
getTrapdIpMgr()
getTrapdIpMgr |
void |
onEvent(Event event)
Process a sent event. |
void |
open()
Create message selector to set to the subscription |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BroadcastEventProcessor(EventIpcManager eventMgr,
TrapdIpMgr trapdIpMgr)
Constructor for BroadcastEventProcessor.
eventMgr - a EventIpcManager object.trapdIpMgr - a TrapdIpMgr object.| Method Detail |
|---|
public EventIpcManager getEventManager()
getEventManager
EventIpcManager object.public TrapdIpMgr getTrapdIpMgr()
getTrapdIpMgr
TrapdIpMgr object.public void open()
public void close()
public void afterPropertiesSet()
afterPropertiesSet
afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
public void destroy()
throws Exception
destroy
destroy in interface org.springframework.beans.factory.DisposableBeanException - if any.public void onEvent(Event event)
onEvent in interface EventListenerevent - a Event object.public String getName()
getName in interface EventListenerString object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||