com.sun.management.snmp
Interface SnmpPduBulkType

All Superinterfaces:
SnmpAckPdu
All Known Implementing Classes:
SnmpPduBulk, SnmpScopedPduBulk

public interface SnmpPduBulkType
extends SnmpAckPdu

Interface implemented by classes modeling bulk pdu.

Since:
Java DMK 5.1

Method Summary
 int getMaxRepetitions()
          The max-repetitions getter.
 int getNonRepeaters()
          The non-repeaters getter.
 void setMaxRepetitions(int max)
          The max-repetitions setter.
 void setNonRepeaters(int nr)
          The non-repeaters setter.
 
Methods inherited from interface com.sun.management.snmp.SnmpAckPdu
getResponsePdu
 

Method Detail

setMaxRepetitions

void setMaxRepetitions(int max)
The max-repetitions setter.

Parameters:
max - Maximum repetition.

setNonRepeaters

void setNonRepeaters(int nr)
The non-repeaters setter.

Parameters:
nr - Non repeaters.

getMaxRepetitions

int getMaxRepetitions()
The max-repetitions getter.

Returns:
Maximum repetition.

getNonRepeaters

int getNonRepeaters()
The non-repeaters getter.

Returns:
Non repeaters.

Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

Copyright 1998-2007 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.