public interface

SnmpPduBulkType

implements SnmpAckPdu
com.sun.jmx.snmp.SnmpPduBulkType
Known Indirect Subclasses

Class Overview

Interface implemented by classes modelizing bulk pdu.

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

Summary

Public Methods
abstract int getMaxRepetitions()
The max-repetitions getter.
abstract int getNonRepeaters()
The non-repeaters getter.
abstract void setMaxRepetitions(int max)
The max-repetitions setter.
abstract void setNonRepeaters(int nr)
The non-repeaters setter.
[Expand]
Inherited Methods
From interface com.sun.jmx.snmp.SnmpAckPdu

Public Methods

public abstract int getMaxRepetitions ()

The max-repetitions getter.

Returns
  • Maximum repetition.

public abstract int getNonRepeaters ()

The non-repeaters getter.

Returns
  • Non repeaters.

public abstract void setMaxRepetitions (int max)

The max-repetitions setter.

Parameters
max Maximum repetition.

public abstract void setNonRepeaters (int nr)

The non-repeaters setter.

Parameters
nr Non repeaters.