Uses of Class
javax.management.snmp.SnmpTooBigException

Packages that use SnmpTooBigException
com.sun.jdmk.snmp Provides the core classes which implement common SNMP services. 
com.sun.jdmk.snmp.mpm Provides the classes which implement the Message Processing Models for SNMP version 1, version 2c and version 3. 
com.sun.jdmk.snmp.usm Provides the classes which implement the SNMP User-based Security Model for version 3. 
javax.management.snmp Provides the core classes which implement common SNMP data types and services
 

Uses of SnmpTooBigException in com.sun.jdmk.snmp
 

Methods in com.sun.jdmk.snmp that throw SnmpTooBigException
 SnmpMessage SnmpPduFactoryBER.encodePdu(SnmpPduPacket pdu, int maxPktSize)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpPduFactoryBER.encodeSnmpPdu(SnmpPdu, int)
 SnmpMsg SnmpPduFactoryBER.encodeSnmpPdu(SnmpPdu pdu, int maxPktSize)
          Deprecated. Encodes the specified SnmpPdu and returns the resulting SnmpMsg.
 

Uses of SnmpTooBigException in com.sun.jdmk.snmp.mpm
 

Methods in com.sun.jdmk.snmp.mpm that throw SnmpTooBigException
 int SnmpMsgProcessingModelV3.encodePriv(int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] encryptedPdu, byte[] outputBytes)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 int SnmpMsgProcessingModelV3.encode(int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineId, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 int SnmpMsgProcessingModelV3.encode(SnmpDecryptedPdu pdu, byte[] outputBytes)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 int SnmpMsgProcessingModelV1V2.encodePriv(int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] encryptedPdu, byte[] outputBytes)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 int SnmpMsgProcessingModelV1V2.encode(int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters params, byte[] contextEngineId, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes)
          Deprecated. Look for SnmpMsgProcessingModel interface specification.
 int SnmpMsgProcessingModelV1V2.encode(SnmpDecryptedPdu pdu, byte[] outputBytes)
          Deprecated. Look for SnmpMsgProcessingModel interface specification
 

Uses of SnmpTooBigException in com.sun.jdmk.snmp.usm
 

Methods in com.sun.jdmk.snmp.usm that throw SnmpTooBigException
 int SnmpUserSecurityModel.generateResponseMsg(SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters p, byte[] contextEngineId, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes)
          Deprecated. See SnmpSecurityModel interface for doc.
 int SnmpUserSecurityModel.generateRequestMsg(SnmpSecurityCache cache, int version, int msgId, int msgMaxSize, byte msgFlags, int msgSecurityModel, SnmpSecurityParameters p, byte[] contextEngineId, byte[] contextName, byte[] data, int dataLength, byte[] outputBytes)
          Deprecated. See SnmpSecurityModel interface for doc.
 

Uses of SnmpTooBigException in javax.management.snmp
 

Methods in javax.management.snmp that throw SnmpTooBigException
 int SnmpV3Message.encodeMessage(byte[] outputBytes)
          Deprecated. Encodes this message and puts the result in the specified byte array.
 void SnmpV3Message.encodeSnmpPdu(SnmpPdu pdu, int maxDataLength)
          Deprecated. Initializes this message with the specified pdu.
abstract  int SnmpMsg.encodeMessage(byte[] outputBytes)
          Deprecated. Encodes this message and puts the result in the specified byte array.
abstract  void SnmpMsg.encodeSnmpPdu(SnmpPdu pdu, int maxDataLength)
          Deprecated. Initializes this message with the specified pdu.
 void SnmpMsg.encodeVarBindList(BerEncoder benc, SnmpVarBind[] varBindList)
          Deprecated. For Java DMK private use only.
 int SnmpMessage.encodeMessage(byte[] outputBytes)
          Deprecated. Encodes this message and puts the result in the specified byte array.
 void SnmpMessage.encodePdu(SnmpPduPacket pdu, int maxDataLength)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpMessage.encodeSnmpPdu(SnmpPdu, int)
 void SnmpMessage.encodeSnmpPdu(SnmpPdu pdu, int maxDataLength)
          Deprecated. Initializes this message with the specified pdu.
 SnmpMessage SnmpPduFactory.encodePdu(SnmpPduPacket pdu, int maxPktSize)
          Deprecated. As of Java Dynamic Management Kit 5.0, replaced by SnmpPduFactory.encodeSnmpPdu(SnmpPdu, int)
 SnmpMsg SnmpPduFactory.encodeSnmpPdu(SnmpPdu pdu, int maxPktSize)
          Deprecated. Encodes the specified SnmpPdu and returns the resulting SnmpMsg.
 int SnmpSecurityParameters.encode(byte[] outputBytes)
          Deprecated. BER encoding of security parameters.
 


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.