org.opennms.netmgt.scriptd.helper
Class AbstractEventForwarder

java.lang.Object
  extended by 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
AbstractEventForwarder()
           
 
Method Summary
 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
 

Constructor Detail

AbstractEventForwarder

public AbstractEventForwarder()
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 interface EventForwarder

filter

public Event filter(Event event)


Copyright © 2011. All Rights Reserved.