All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.snmp.common.SnmpPduPacket
|
+----com.sun.jaw.snmp.common.SnmpPduRequest
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.
public int errorStatus
public int errorIndex
SnmpVarBind is
varBindList[errorIndex-1].
public SnmpPduRequest()
All Packages Class Hierarchy This Package Previous Next Index