org.opennms.bb.dp.poller.plugins
Interface EventProxy

All Known Implementing Classes:
JSDTEventProxy

public interface EventProxy

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.

Version:
$Revision: 1.3 $
Author:
Sowmya Kumaraswamy, OpenNMS

Method Summary
 void send(Event event)
          This method is called to send the event out
 

Method Detail

send

public void send(Event event)
          throws EventProxyException
This method is called to send the event out
Parameters:
event - the event to be sent out
Throws:
EventProxyException - thrown if the send fails for any reason