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
 void BerDecoder.closeSequence()
          Close a sequence.
 SnmpVarBind[] SnmpMsg.decodeVarBindList(BerDecoder bdec)
          For Java DMK private use only.
 byte[] BerDecoder.fetchAny()
          Fetch an ANY value.
 byte[] BerDecoder.fetchAny(int tag)
          Fetch an ANY value with a specific tag.
 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.
 void BerDecoder.fetchNull()
          Fetch a NULL value.
 void BerDecoder.fetchNull(int tag)
          Fetch a NULL value with a specified tag.
 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.
 int BerDecoder.getTag()
          Get the tag of the data at the current position.
 void BerDecoder.openSequence()
          Fetch a sequence header.
 void BerDecoder.openSequence(int tag)
          Fetch a sequence header with a specific tag.
 


Open Source build 02
opendmk-1.0-b02 2007.10.01_19:17:46_MEST

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