javax.management.snmp
Class SnmpPduBulk

java.lang.Object
  extended byjavax.management.snmp.SnmpPdu
      extended byjavax.management.snmp.SnmpPduPacket
          extended byjavax.management.snmp.SnmpPduBulk
All Implemented Interfaces:
Serializable, SnmpAckPdu, SnmpDefinitions, SnmpPduBulkType

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 class SnmpPduBulk
extends SnmpPduPacket
implements SnmpPduBulkType

Represents a get-bulk PDU as defined in RFC 1448.

You will not usually need to use this class, except if you decide to implement your own SnmpPduFactory object.

The SnmpPduBulk extends SnmpPduPacket and defines attributes specific to the get-bulk PDU (see RFC 1448).

See Also:
Serialized Form

Field Summary
 int maxRepetitions
          Deprecated. The max-repetitions value.
 int nonRepeaters
          Deprecated. The non-repeaters value.
 
Fields inherited from class javax.management.snmp.SnmpPduPacket
community
 
Fields inherited from class javax.management.snmp.SnmpPdu
address, port, requestId, type, varBindList, version
 
Fields inherited from interface javax.management.snmp.SnmpDefinitions
authMask, authNoPriv, authPriv, authPrivMask, CtxtConsFlag, noAuthNoPriv, noGroupName, noSuchContext, noSuchView, notInView, pduGetBulkRequestPdu, pduGetNextRequestPdu, pduGetRequestPdu, pduGetResponsePdu, pduInformRequestPdu, pduReportPdu, pduSetRequestPdu, pduV1TrapPdu, pduV2TrapPdu, pduWalkRequest, privMask, reportableFlag, snmpAuthNotSupported, snmpBadSecurityLevel, snmpPrivNotSupported, snmpReqAborted, snmpReqEncodingError, snmpReqHandleTooBig, snmpReqInternalError, snmpReqPacketOverflow, snmpReqRefireAfterVbFix, snmpReqSocketIOError, snmpReqTimeout, snmpReqTooBigImpossible, snmpReqUnknownError, snmpRspAuthorizationError, snmpRspBadValue, snmpRspCommitFailed, snmpRspDecodingError, snmpRspEndOfTable, snmpRspGenErr, snmpRspInconsistentName, snmpRspInconsistentValue, snmpRspNoAccess, snmpRspNoCreation, snmpRspNoError, snmpRspNoSuchName, snmpRspNotWritable, snmpRspReadOnly, snmpRspResourceUnavailable, snmpRspTooBig, snmpRspUndoFailed, snmpRspWrongEncoding, snmpRspWrongLength, snmpRspWrongType, snmpRspWrongValue, snmpUnknownPrincipal, snmpUsmBadEngineId, snmpUsmInvalidTimeliness, snmpUsmSecurityModel, snmpV1AccessControlModel, snmpV1MsgProcessingModel, snmpV1SecurityModel, snmpV2AccessControlModel, snmpV2MsgProcessingModel, snmpV2SecurityModel, snmpV3AccessControlModel, snmpV3MsgProcessingModel, snmpVersionOne, snmpVersionThree, snmpVersionTwo, snmpWrongSnmpVersion, trapAuthenticationFailure, trapColdStart, trapEgpNeighborLoss, trapEnterpriseSpecific, trapLinkDown, trapLinkUp, trapWarmStart
 
Constructor Summary
SnmpPduBulk()
          Deprecated. Builds a new get-bulk PDU.
 
Method Summary
 int getMaxRepetitions()
          Deprecated. Implements the SnmpPduBulkType interface.
 int getNonRepeaters()
          Deprecated. Implements the SnmpPduBulkType interface.
 SnmpPdu getResponsePdu()
          Deprecated. Implements the SnmpAckPdu interface.
 void setMaxRepetitions(int i)
          Deprecated. Implements the SnmpPduBulkType interface.
 void setNonRepeaters(int i)
          Deprecated. Implements the SnmpPduBulkType interface.
 
Methods inherited from class javax.management.snmp.SnmpPdu
pduTypeToString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

nonRepeaters

public int nonRepeaters
Deprecated. 
The non-repeaters value.


maxRepetitions

public int maxRepetitions
Deprecated. 
The max-repetitions value.

Constructor Detail

SnmpPduBulk

public SnmpPduBulk()
Deprecated. 
Builds a new get-bulk PDU.
type and version fields are initialized with pduGetBulkRequestPdu and snmpVersionTwo.

Method Detail

setMaxRepetitions

public void setMaxRepetitions(int i)
Deprecated. 
Implements the SnmpPduBulkType interface.

Specified by:
setMaxRepetitions in interface SnmpPduBulkType
Parameters:
i - Maximum repetition.
Since:
Java DMK 5.0

setNonRepeaters

public void setNonRepeaters(int i)
Deprecated. 
Implements the SnmpPduBulkType interface.

Specified by:
setNonRepeaters in interface SnmpPduBulkType
Parameters:
i - Non repeaters.
Since:
Java DMK 5.0

getMaxRepetitions

public int getMaxRepetitions()
Deprecated. 
Implements the SnmpPduBulkType interface.

Specified by:
getMaxRepetitions in interface SnmpPduBulkType
Returns:
Maximum repetition.
Since:
Java DMK 5.0

getNonRepeaters

public int getNonRepeaters()
Deprecated. 
Implements the SnmpPduBulkType interface.

Specified by:
getNonRepeaters in interface SnmpPduBulkType
Returns:
Non repeaters.
Since:
Java DMK 5.0

getResponsePdu

public SnmpPdu getResponsePdu()
Deprecated. 
Implements the SnmpAckPdu interface.

Specified by:
getResponsePdu in interface SnmpAckPdu
Returns:
The response PDU.
Since:
Java DMK 5.0

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.