All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.sun.jaw.snmp.common.SnmpPduBulk

java.lang.Object
   |
   +----com.sun.jaw.snmp.common.SnmpPduPacket
           |
           +----com.sun.jaw.snmp.common.SnmpPduBulk

public class SnmpPduBulk
extends SnmpPduPacket
The 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).


Variable Index

 o maxRepetitions
max-repetitions value.
 o nonRepeaters
non-repeaters value.

Constructor Index

 o SnmpPduBulk()
Builds a new get-bulk pdu.

Variables

 o nonRepeaters
 public int nonRepeaters
non-repeaters value.

 o maxRepetitions
 public int maxRepetitions
max-repetitions value.

Constructors

 o SnmpPduBulk
 public SnmpPduBulk()
Builds a new get-bulk pdu. type and version fields are initialized.


All Packages  Class Hierarchy  This Package  Previous  Next  Index