javax.management.snmp
Class SnmpScopedPduBulk

java.lang.Object
  extended byjavax.management.snmp.SnmpPdu
      extended byjavax.management.snmp.SnmpScopedPduPacket
          extended byjavax.management.snmp.SnmpScopedPduBulk
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 SnmpScopedPduBulk
extends SnmpScopedPduPacket
implements SnmpPduBulkType

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

Since:
Java DMK 5.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class javax.management.snmp.SnmpScopedPduPacket
contextEngineId, contextName, msgFlags, msgId, msgMaxSize, msgSecurityModel, securityParameters
 
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
SnmpScopedPduBulk()
          Deprecated.  
 
Method Summary
 int getMaxRepetitions()
          Deprecated. The max-repetitions getter.
 int getNonRepeaters()
          Deprecated. The non-repeaters getter.
 SnmpPdu getResponsePdu()
          Deprecated. Generates the pdu to use for response.
 void setMaxRepetitions(int max)
          Deprecated. The max-repetitions setter.
 void setNonRepeaters(int nr)
          Deprecated. The non-repeaters setter.
 
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
 

Constructor Detail

SnmpScopedPduBulk

public SnmpScopedPduBulk()
Deprecated. 
Method Detail

setMaxRepetitions

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

Specified by:
setMaxRepetitions in interface SnmpPduBulkType
Parameters:
max - Maximum repetition.

setNonRepeaters

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

Specified by:
setNonRepeaters in interface SnmpPduBulkType
Parameters:
nr - Non repeaters.

getMaxRepetitions

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

Specified by:
getMaxRepetitions in interface SnmpPduBulkType
Returns:
Maximum repetition.

getNonRepeaters

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

Specified by:
getNonRepeaters in interface SnmpPduBulkType
Returns:
Non repeaters.

getResponsePdu

public SnmpPdu getResponsePdu()
Deprecated. 
Generates the pdu to use for response.

Specified by:
getResponsePdu in interface SnmpAckPdu
Returns:
Response pdu.

FCS Release
jdmk-5_1-b34.1 2005.02.10_16:46:09_MET

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