Uses of Interface
org.opennms.netmgt.scriptd.helper.EventMatch
-
Packages that use EventMatch Package Description org.opennms.netmgt.scriptd.helper -
-
Uses of EventMatch in org.opennms.netmgt.scriptd.helper
Classes in org.opennms.netmgt.scriptd.helper that implement EventMatch Modifier and Type Class Description class
UeiAlarmMatch
class
UeiEventMatch
Fields in org.opennms.netmgt.scriptd.helper with type parameters of type EventMatch Modifier and Type Field Description static java.util.List<EventMatch>
EventPolicyRule. m_filter
Methods in org.opennms.netmgt.scriptd.helper with parameters of type EventMatch Modifier and Type Method Description void
AbstractEventPolicyRule. addDropRule(EventMatch match)
void
EventPolicyRule. addDropRule(EventMatch eventMatch)
void
AbstractEventPolicyRule. addForwardRule(EventMatch match)
void
EventPolicyRule. addForwardRule(EventMatch eventMatch)
-