| Interface | Description | 
|---|---|
| EventForwarder | 
 Interface to forward events. 
 | 
| EventMatch | 
 An EventMatch is an Interface that 
 is able to specify criteria to match Events
 An implementation of this interface is a class
 where you have some criteria to decide if the Event
 matches or not 
 | 
| EventPolicyRule | 
 An EventFilter is a filter of Events
 An implementation of this interface is a class
 where you have some criteria to decide if the Event
 pass the filter or not 
 | 
| EventSynchronization | 
 Interface to use for triggering
 a generic event synchronization 
 | 
| Class | Description | 
|---|---|
| AbstractEventForwarder | |
| AbstractEventPolicyRule | |
| AlarmEventSynchronization | |
| DbHelper | |
| EventForwarderDefaultImpl | |
| EventPolicyRuleDefaultImpl | |
| SnmpTrapForwarderHelper | |
| SnmpTrapHelper | 
 This "helper" class provides a convenience interface for generating and
 forwarding SNMP traps. 
 | 
| SnmpV1TrapAlarmForwarder | |
| SnmpV1TrapEventForwarder | |
| SnmpV2InformAlarmForwarder | |
| SnmpV2InformEventForwarder | |
| SnmpV2TrapAlarmForwarder | |
| SnmpV2TrapEventForwarder | |
| SnmpV3InformAlarmForwarder | |
| SnmpV3InformEventForwarder | |
| SnmpV3TrapAlarmForwarder | |
| SnmpV3TrapEventForwarder | |
| UeiAlarmMatch | |
| UeiEventMatch | 
| Exception | Description | 
|---|---|
| SnmpTrapHelperException | 
 This class describes an exception associated with the SnmpTrapHelper class. 
 | 
Copyright © 2015. All rights reserved.