|
SNMP Stack 5_1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--uk.co.westhawk.snmp.event.DecodedPduEvent | +--uk.co.westhawk.snmp.event.TrapEvent
The TrapEvent class. This class is delivered when a trap is received.
Field Summary |
Fields inherited from class uk.co.westhawk.snmp.event.DecodedPduEvent |
consumed |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
TrapEvent(java.lang.Object source,
Pdu pdu,
int port)
The constructor for a decoded trap pdu event. |
Methods inherited from class uk.co.westhawk.snmp.event.DecodedPduEvent |
consume, getHostPort, getPdu, isConsumed |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public TrapEvent(java.lang.Object source, Pdu pdu, int port)
source
- The source (SnmpContext) of the eventpdu
- The pduport
- The remote port number of the host where the pdu came from
|
SNMP Stack 5_1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |