|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.sun.jaw.snmp.common.SnmpPduPacket | +--com.sun.jaw.snmp.common.SnmpPduRequest
The SnmpPduRequest
class is used to
represent get, get-next, set, response and
SNMPv2-trap PDUs.
You normally don't need to use this class except if you decide to implement your own SnmpPduFactoryIf object.
Field Summary | |
int |
errorIndex
Error index. |
int |
errorStatus
Error status. |
Fields inherited from class com.sun.jaw.snmp.common.SnmpPduPacket |
address,
community,
port,
requestId,
type,
varBindList,
version |
Constructor Summary | |
SnmpPduRequest()
|
Methods inherited from class com.sun.jaw.snmp.common.SnmpPduPacket |
pduTypeToString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public int errorStatus
public int errorIndex
SnmpVarBind
is
varBindList[errorIndex-1]
.Constructor Detail |
public SnmpPduRequest()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |