|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectNvdmAPI.RTE
Class representing the run-time environment for the API.
The class acts as a (static) container for global configuration
data, especially with respect to the logging facilities.
It defines the constants for setting the logging type and
level, and provides a method to convert an error code of
the NvdmAPI back into english text.
The class cannot be instantiated.
Field Summary | |
static long |
ALL
Constant for setting the logging to all levels. |
static long |
APPL
Logging level for reporting actions directly related to using the NvdmAPI. |
static long |
BUFF
Logging level for reporting actions related to internal buffer handling. |
static long |
CMPR
Logging level for reporting actions related to compression and decompression of objects (intermediate object format). |
static long |
CODE
Logging level for reporting actions related to coding and decoding of objects (network-related). |
static long |
COMM
Logging level for reporting all general communication related actions. |
static int |
ERR
Logging type for reporting errors. |
static long |
FILE
Logging level for reporting file i/o operations. |
static int |
INFO
Logging type for reporting general information about actions performed. |
static long |
NONE
Logging level NONE. |
static long |
OBJC
Logging level for reporting actions related to application-level object handling. |
static long |
RECV
Logging level for detailled reporting of received data (including packet dump). |
static long |
SEND
Logging level for detailled reporting of sent data (including packet dump). |
Method Summary | |
static java.lang.String |
getErrorText(int errcode)
Returns the text message to a specified error code. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final long NONE
public static final long COMM
public static final long SEND
public static final long RECV
public static final long BUFF
public static final long FILE
public static final long CODE
public static final long CMPR
public static final long OBJC
public static final long APPL
public static final long ALL
public static final int ERR
public static final int INFO
Method Detail |
public static java.lang.String getErrorText(int errcode)
errcode
- the error code
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |