|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.adventnet.snmp.snmp2.agent.ProxyPduEvent
public class ProxyPduEvent
The ProxyPduEvent gives information about the request Pdu at the proxy agent.
ProxyPduEvent is sent to all listeners interested in the proxied pdu. The ProxyPduEvent contains pdu received
| Field Summary | |
|---|---|
(package private) java.lang.String |
error
Deprecated. |
(package private) SnmpPDU |
pdu
Deprecated. |
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
ProxyPduEvent(java.lang.Object proxyPduEventSource,
SnmpPDU pdu,
java.lang.String error)
Deprecated. Constructor for ProxyPduEvent. |
|
| Method Summary | |
|---|---|
java.lang.String |
getError()
Deprecated. Get the Error if any problem arises at the proxy agent. |
SnmpPDU |
getPdu()
Deprecated. Get the pdu. |
| 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 |
| Field Detail |
|---|
SnmpPDU pdu
java.lang.String error
| Constructor Detail |
|---|
public ProxyPduEvent(java.lang.Object proxyPduEventSource,
SnmpPDU pdu,
java.lang.String error)
ProxyPduEventSource - source of the proxy pdu listener.pdu - the received SnmpPDU.| Method Detail |
|---|
public SnmpPDU getPdu()
public java.lang.String getError()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||