|
OpenNMS API 1.1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the interface used to send events into the event subsystem - It is typically used by the poller framework plugins that perform service monitoring to send out aprropriate events. Can also be used by capsd, discovery etc.
Method Summary | |
void |
send(Event event)
This method is called to send the event out |
void |
send(Log eventLog)
This method is called to send an event log containing multiple events out |
Method Detail |
public void send(Event event) throws java.lang.reflect.UndeclaredThrowableException
event
- the event to be sent out
java.lang.reflect.UndeclaredThrowableException
- thrown if the send fails for any reasonpublic void send(Log eventLog) throws java.lang.reflect.UndeclaredThrowableException
eventLog
- the events to be sent out
java.lang.reflect.UndeclaredThrowableException
- thrown if the send fails for any reason
|
OpenNMS API 1.1.5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |