Package org.opennms.netmgt.eventd.datablock
-
Class Summary Class Description EventConfData The information read from the eventconf.xml is stored here.EventKey The key for an event - it extends theLinkedHashMap
and basically is a map of name/value pairs of the 'maskelements' block in the event.EventMaskValueList The maskelement values in a 'EventKey' are stored in this ArrayList subclass This list is pretty much constant once it constructed - so the hashcode is evaluated once at construction and reused(if new values are added or values changed, hashcode is re-evaluated)