Class EventPolicyRuleDefaultImpl
- java.lang.Object
-
- org.opennms.netmgt.scriptd.helper.AbstractEventPolicyRule
-
- org.opennms.netmgt.scriptd.helper.EventPolicyRuleDefaultImpl
-
- All Implemented Interfaces:
EventPolicyRule
public class EventPolicyRuleDefaultImpl extends AbstractEventPolicyRule implements EventPolicyRule
-
-
Field Summary
-
Fields inherited from interface org.opennms.netmgt.scriptd.helper.EventPolicyRule
m_filter, m_forwardes
-
-
Constructor Summary
Constructors Constructor Description EventPolicyRuleDefaultImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Event
expand(Event event)
-
Methods inherited from class org.opennms.netmgt.scriptd.helper.AbstractEventPolicyRule
addDropRule, addForwardRule, filter
-
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.EventPolicyRule
addDropRule, addForwardRule, filter
-
-
-
-
Method Detail
-
expand
protected Event expand(Event event)
- Specified by:
expand
in classAbstractEventPolicyRule
-
-