|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BerException | |
javax.management.snmp | Provides the core classes which implement common SNMP data types and services. |
Uses of BerException in javax.management.snmp |
Methods in javax.management.snmp that throw BerException | |
int |
BerDecoder.fetchInteger()
Deprecated. Fetch an integer. |
int |
BerDecoder.fetchInteger(int tag)
Deprecated. Fetch an integer with the specified tag. |
long |
BerDecoder.fetchIntegerAsLong()
Deprecated. Fetch an integer and return a long value. |
long |
BerDecoder.fetchIntegerAsLong(int tag)
Deprecated. Fetch an integer with the specified tag and return a long value. |
byte[] |
BerDecoder.fetchOctetString()
Deprecated. Fetch an octet string. |
byte[] |
BerDecoder.fetchOctetString(int tag)
Deprecated. Fetch an octet string with a specified tag. |
long[] |
BerDecoder.fetchOid()
Deprecated. Fetch an object identifier. |
long[] |
BerDecoder.fetchOid(int tag)
Deprecated. Fetch an object identifier with a specified tag. |
void |
BerDecoder.fetchNull()
Deprecated. Fetch a NULL value. |
void |
BerDecoder.fetchNull(int tag)
Deprecated. Fetch a NULL value with a specified tag. |
byte[] |
BerDecoder.fetchAny()
Deprecated. Fetch an ANY value. |
byte[] |
BerDecoder.fetchAny(int tag)
Deprecated. Fetch an ANY value with a specific tag. |
void |
BerDecoder.openSequence()
Deprecated. Fetch a sequence header. |
void |
BerDecoder.openSequence(int tag)
Deprecated. Fetch a sequence header with a specific tag. |
void |
BerDecoder.closeSequence()
Deprecated. Close a sequence. |
int |
BerDecoder.getTag()
Deprecated. Get the tag of the data at the current position. |
SnmpVarBind[] |
SnmpMsg.decodeVarBindList(BerDecoder bdec)
Deprecated. For Java DMK private use only. |
|
FCS Release jdmk-5_1-b34.1 2005.02.10_16:46:09_MET |
||||||||||
PREV NEXT | FRAMES NO FRAMES |