Uses of Class
com.sun.management.snmp.BerException

Packages that use BerException
com.sun.management.snmp Provides the core classes for implementing common SNMP data types and services
 

Uses of BerException in com.sun.management.snmp
 

Methods in com.sun.management.snmp that throw BerException
 int BerDecoder.fetchInteger()
          Fetch an integer.
 int BerDecoder.fetchInteger(int tag)
          Fetch an integer with the specified tag.
 long BerDecoder.fetchIntegerAsLong()
          Fetch an integer and return a long value.
 long BerDecoder.fetchIntegerAsLong(int tag)
          Fetch an integer with the specified tag and return a long value.
 byte[] BerDecoder.fetchOctetString()
          Fetch an octet string.
 byte[] BerDecoder.fetchOctetString(int tag)
          Fetch an octet string with a specified tag.
 long[] BerDecoder.fetchOid()
          Fetch an object identifier.
 long[] BerDecoder.fetchOid(int tag)
          Fetch an object identifier with a specified tag.
 void BerDecoder.fetchNull()
          Fetch a NULL value.
 void BerDecoder.fetchNull(int tag)
          Fetch a NULL value with a specified tag.
 byte[] BerDecoder.fetchAny()
          Fetch an ANY value.
 byte[] BerDecoder.fetchAny(int tag)
          Fetch an ANY value with a specific tag.
 void BerDecoder.openSequence()
          Fetch a sequence header.
 void BerDecoder.openSequence(int tag)
          Fetch a sequence header with a specific tag.
 void BerDecoder.closeSequence()
          Close a sequence.
 int BerDecoder.getTag()
          Get the tag of the data at the current position.
 SnmpVarBind[] SnmpMsg.decodeVarBindList(BerDecoder bdec)
          For Java DMK private use only.
 


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.