uk.co.westhawk.snmp.event
Class RequestPduEvent
java.lang.Object
|
+--java.util.EventObject
|
+--uk.co.westhawk.snmp.event.DecodedPduEvent
|
+--uk.co.westhawk.snmp.event.RequestPduEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class RequestPduEvent
- extends DecodedPduEvent
The RequestPduEvent class. This class is delivered when a pdu is received.
RequestPduEvents are fired in case of a GetRequest, SetRequest,
GetNextRequest, GetBulkRequest (SNMPv2c, SNMPv3), Inform
(SNMPv2c, SNMPv3) PDU that could be decoded and matched by one
of the SnmpContext classes.
- Since:
- 4_14
- Version:
- $Revision: 1.5 $ $Date: 2006/02/09 14:30:18 $
- Author:
- Birgit Arkesteijn
- See Also:
- Serialized Form
Fields inherited from class java.util.EventObject |
source |
Constructor Summary |
RequestPduEvent(java.lang.Object source,
Pdu pdu,
int port)
The constructor for a decoded request pdu event. |
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 |
RequestPduEvent
public RequestPduEvent(java.lang.Object source,
Pdu pdu,
int port)
- The constructor for a decoded request pdu event. The SnmpContext
classes will fire decoded request pdu events.
- Parameters:
source
- The source (SnmpContext) of the eventpdu
- The pduport
- The remote port number of the host where the pdu came from