Package org.opennms.netmgt.threshd
Class ThresholdingEventProxyImpl
- java.lang.Object
-
- org.opennms.netmgt.threshd.ThresholdingEventProxyImpl
-
- All Implemented Interfaces:
EventProxy
,ThresholdingEventProxy
public class ThresholdingEventProxyImpl extends Object implements ThresholdingEventProxy
ThresholdingEventProxy class.
- Version:
- $Id: $
- Author:
- ranger
-
-
Constructor Summary
Constructors Constructor Description ThresholdingEventProxyImpl(EventForwarder eventForwarder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
send(Event event)
This method is called to send the event outvoid
send(Log eventLog)
This method is called to send an event log containing multiple events outvoid
sendEvent(Event event)
-
-
-
Constructor Detail
-
ThresholdingEventProxyImpl
public ThresholdingEventProxyImpl(EventForwarder eventForwarder)
-
-
Method Detail
-
sendEvent
public void sendEvent(Event event)
- Specified by:
sendEvent
in interfaceThresholdingEventProxy
-
send
public void send(Event event)
Description copied from interface:EventProxy
This method is called to send the event out- Specified by:
send
in interfaceEventProxy
- Parameters:
event
- the event to be sent out
-
send
public void send(Log eventLog)
Description copied from interface:EventProxy
This method is called to send an event log containing multiple events out- Specified by:
send
in interfaceEventProxy
- Parameters:
eventLog
- the events to be sent out
-
-