Base functionality for UMDS clients.
More...
Inherited by com.latencybusters.umds.UMDSTestApp.xUMDS.
|
class | DEBUG_FLAG |
| The DEBUG_FLAG interface is used to indicate the functionality a message is associated with for debug logs. Each value represents a bit in the debug mask. It is designed for internal usage only.
|
|
class | ERRCODE |
| The ERRCODE class collects the standard error codes to be used with the UMDS client API. All client error codes shall be 32 bits (int). Errcodes generated from the server will have the SERVER_STATUS bit set to differentiate if the error is from the client or server side. Applications can simply cast to an int to get the real error and mask against SERVER_STATUS to determine of the error came from the server if they care. More...
|
|
class | LOG_LEVEL |
| Collection of int values for the logging level. More...
|
|
class | UMDSAuthenticationException |
| Exception used to indicate the connection is unauthorised. More...
|
|
class | UMDSBadStateException |
| Exception used to indicate the connection is unauthorised. More...
|
|
class | UMDSCapabilitiesException |
| Exception used to indicate a required capability is not allowed. More...
|
|
class | UMDSDisconnectException |
| Exception used to indicate the connection ended. More...
|
|
class | UMDSException |
| The base class for UMDS exception handling. It provides additional debugging capabilities in the form of storing exception stack traces for later dumping. More...
|
|
class | UMDSNoDataException |
| Exception used to indicate there was no data when an operation expected some. More...
|
|
class | UMDSPermissionsException |
| Exception used to indicate an operation is not permitted. More...
|
|
class | UMDSReadTimeoutException |
| Exception used to indicate a read on the connect timed out - internal only.
|
|
class | umdsTextNumberFormat |
|
|
long | TimeAsMillis () |
|
| UMDS () |
| Constructor for base UMDS class. Currently empty.
|
|
virtual void | dlog (int level, System.String comment) |
| Log a message or a debug log. dlog() can be called even after close() More...
|
|
virtual void | log (int level, System.String comment) |
| Log a message with a given log level. Applications can override this method if they need to add log level control. By default, all logs are output to System.err. log() can be called even after close() More...
|
|
void | close () |
| Terminate a UMDS global object and all references to it. More...
|
|
void | RDDump (byte[] buf) |
|
void | WDDump (byte[] buf) |
|
void | SetDebugMask (long mask) |
| Set the debug level. This is used in cooperation with support. More...
|
|
|
static System.String | version () |
| Get the version string.
|
|
Base functionality for UMDS clients.
void com.latencybusters.umds.UMDS.close |
( |
| ) |
|
Terminate a UMDS global object and all references to it.
the UMDS exception
- Exceptions
-
virtual void com.latencybusters.umds.UMDS.dlog |
( |
int |
level, |
|
|
System.String |
comment |
|
) |
| |
|
virtual |
virtual void com.latencybusters.umds.UMDS.log |
( |
int |
level, |
|
|
System.String |
comment |
|
) |
| |
|
virtual |
void com.latencybusters.umds.UMDS.SetDebugMask |
( |
long |
mask | ) |
|
Set the debug level. This is used in cooperation with support.
the UMDS exception
- Exceptions
-
- Parameters
-
virtual System.String com.latencybusters.umds.UMDS.DebugLocation |
|
set |
Set the location debug out put should sent.
the UMDS exception
- Exceptions
-
The documentation for this class was generated from the following file: