|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.snmp.snmp2.CallbackArgs
class CallbackArgs
| Field Summary | |
|---|---|
(package private) SnmpClient |
client
|
(package private) SnmpPDU |
pdu
|
(package private) int |
reqid
|
| Constructor Summary | |
|---|---|
CallbackArgs(SnmpClient cli,
SnmpPDU pd,
int req)
Constructs a CallbackArgs object. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
SnmpClient client
SnmpPDU pdu
int reqid
| Constructor Detail |
|---|
CallbackArgs(SnmpClient cli,
SnmpPDU pd,
int req)
cli - the SnmpClient object implementing the callbacksess - the SnmpSession instance which
received itpd - the SnmpPDU object.req - the request-id for the packet
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||