javax.management.snmp
Interface SnmpPduBulkType

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

Deprecated. Use package com.sun.management.snmp in preference to classes in this package. This class may be removed in a future version of Java DMK.

public interface SnmpPduBulkType
extends SnmpAckPdu

Interface implemented by classes modeling bulk pdu.

Since:
Java DMK 5.0

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

Method Detail

setMaxRepetitions

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

Parameters:
max - Maximum repetition.

setNonRepeaters

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

Parameters:
nr - Non repeaters.

getMaxRepetitions

public int getMaxRepetitions()
Deprecated. 
The max-repetitions getter.

Returns:
Maximum repetition.

getNonRepeaters

public int getNonRepeaters()
Deprecated. 
The non-repeaters getter.

Returns:
Non repeaters.

FCS Release
jdmk-5_1-b34.2 2005.11.29_16:24:00_MET

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