| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.management.snmp.SnmpPdu
com.sun.management.snmp.SnmpScopedPduPacket
com.sun.management.snmp.SnmpScopedPduBulk
public class SnmpScopedPduBulk
Represents a get-bulk PDU as defined in RFC 1448.
 
 The SnmpSocpedPduBulk extends SnmpScopedPduPacket
 and defines attributes specific to the get-bulk PDU (see RFC 1448).
| Field Summary | 
|---|
| Fields inherited from class com.sun.management.snmp.SnmpScopedPduPacket | 
|---|
| contextEngineId, contextName, msgFlags, msgId, msgMaxSize, msgSecurityModel, securityParameters | 
| Fields inherited from class com.sun.management.snmp.SnmpPdu | 
|---|
| address, port, requestId, type, varBindList, version | 
| Constructor Summary | |
|---|---|
| SnmpScopedPduBulk() | |
| Method Summary | |
|---|---|
|  int | getMaxRepetitions()The max-repetitionsgetter. | 
|  int | getNonRepeaters()The non-repeatersgetter. | 
|  SnmpPdu | getResponsePdu()Generates the pdu to use for response. | 
|  void | setMaxRepetitions(int max)The max-repetitionssetter. | 
|  void | setNonRepeaters(int nr)The non-repeaterssetter. | 
| Methods inherited from class com.sun.management.snmp.SnmpPdu | 
|---|
| pduTypeToString | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SnmpScopedPduBulk()
| Method Detail | 
|---|
public void setMaxRepetitions(int max)
max-repetitions setter.
setMaxRepetitions in interface SnmpPduBulkTypemax - Maximum repetition.public void setNonRepeaters(int nr)
non-repeaters setter.
setNonRepeaters in interface SnmpPduBulkTypenr - Non repeaters.public int getMaxRepetitions()
max-repetitions getter.
getMaxRepetitions in interface SnmpPduBulkTypepublic int getNonRepeaters()
non-repeaters getter.
getNonRepeaters in interface SnmpPduBulkTypepublic SnmpPdu getResponsePdu()
getResponsePdu in interface SnmpAckPdu| 
 | Open Source build 02 opendmk-1.0-b02 2007.10.01_19:17:46_MEST | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||