|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.adventnet.utils.agent.AgentEventObject
|
+--com.adventnet.snmp.snmp2.agent.SnmpPduRequestEvent
This Event is generated whenever the agent receives an SnmpPDU. When a packet is recieved at the SnmpAgent.callback(..). The SnmpAgent gives the PDU to the dispatcher(PduRequestHandler) for further processing. through the SnmpPduRequestEvent.
SnmpAgent,
PduRequestHandler, Serialized Form| Fields inherited from class com.adventnet.utils.agent.AgentEventObject |
source |
| Constructor Summary | |
SnmpPduRequestEvent(java.lang.Object agent,
SnmpPDU pdu)
Constructor for the SnmpPduRequestEvent |
|
| Method Summary | |
SnmpPDU |
getSnmpPDU()
Gets the SnmpPDU which is received at the SnmpAgent callback method. |
| Methods inherited from class com.adventnet.utils.agent.AgentEventObject |
getSource,
toString |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public SnmpPduRequestEvent(java.lang.Object agent,
SnmpPDU pdu)
agent - the SnmpAgentpdu - the SnmpPDU received for the agent| Method Detail |
public SnmpPDU getSnmpPDU()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||