All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object
|
+----com.sun.jaw.snmp.common.SnmpPduPacket
|
+----com.sun.jaw.snmp.common.SnmpPduBulk
SnmpPduBulk represents an get-bulk PDU as defined in RFC 1157.
You normally don't need to use this class except if you decide to implement your own SnmpPduFactoryIf object.
The SnmpPduBulk extends SnmpPduPacket
and defines attributes specific to the get-bulk PDU (see RFC1902).
max-repetitions value.
non-repeaters value.
public int nonRepeaters
non-repeaters value.
public int maxRepetitions
max-repetitions value.
public SnmpPduBulk()
type and version fields are initialized.
All Packages Class Hierarchy This Package Previous Next Index