Class AbstractEventForwarder
- java.lang.Object
-
- org.opennms.netmgt.scriptd.helper.AbstractEventForwarder
-
- All Implemented Interfaces:
EventForwarder
- Direct Known Subclasses:
EventForwarderDefaultImpl
,SnmpTrapForwarderHelper
public abstract class AbstractEventForwarder extends Object implements EventForwarder
-
-
Constructor Summary
Constructors Constructor Description AbstractEventForwarder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Event
filter(Event event)
void
setEventPolicyRule(EventPolicyRule filter)
Method to add a policy rule to match event to be forwarded or dropped-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.opennms.netmgt.scriptd.helper.EventForwarder
flushEvent, flushSyncEvent, sendEndSync, sendStartSync
-
-
-
-
Method Detail
-
setEventPolicyRule
public void setEventPolicyRule(EventPolicyRule filter)
Description copied from interface:EventForwarder
Method to add a policy rule to match event to be forwarded or dropped- Specified by:
setEventPolicyRule
in interfaceEventForwarder
-
-