public class

SnmpScopedPduBulk

extends SnmpScopedPduPacket
implements SnmpPduBulkType
java.lang.Object
   ↳ com.sun.jmx.snmp.SnmpPdu
     ↳ com.sun.jmx.snmp.SnmpScopedPduPacket
       ↳ com.sun.jmx.snmp.SnmpScopedPduBulk

Class Overview

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).

This API is a Sun Microsystems internal API and is subject to change without notice.

Summary

[Expand]
Inherited Constants
From interface com.sun.jmx.snmp.SnmpDefinitions
[Expand]
Inherited Fields
From class com.sun.jmx.snmp.SnmpScopedPduPacket
From class com.sun.jmx.snmp.SnmpPdu
Public Constructors
SnmpScopedPduBulk()
Public Methods
int getMaxRepetitions()
The max-repetitions getter.
int getNonRepeaters()
The non-repeaters getter.
SnmpPdu getResponsePdu()
Generates the pdu to use for response.
void setMaxRepetitions(int max)
The max-repetitions setter.
void setNonRepeaters(int nr)
The non-repeaters setter.
[Expand]
Inherited Methods
From class com.sun.jmx.snmp.SnmpPdu
From class java.lang.Object
From interface com.sun.jmx.snmp.SnmpAckPdu
From interface com.sun.jmx.snmp.SnmpPduBulkType

Public Constructors

public SnmpScopedPduBulk ()

Public Methods

public int getMaxRepetitions ()

The max-repetitions getter.

Returns
  • Maximum repetition.

public int getNonRepeaters ()

The non-repeaters getter.

Returns
  • Non repeaters.

public SnmpPdu getResponsePdu ()

Generates the pdu to use for response.

Returns
  • Response pdu.

public void setMaxRepetitions (int max)

The max-repetitions setter.

Parameters
max Maximum repetition.

public void setNonRepeaters (int nr)

The non-repeaters setter.

Parameters
nr Non repeaters.