|
static void | checkReturnCode (int retCode, OsplServiceEnvironment environment, String message) |
|
static void | checkReturnCodeWithTimeout (int retCode, OsplServiceEnvironment environment, String message) throws TimeoutException |
|
static DDS.Duration_t | convert (OsplServiceEnvironment environment, Duration d) |
|
static Duration | convert (OsplServiceEnvironment env, DDS.Duration_t d) |
|
static long | convert (OsplServiceEnvironment environment, InstanceHandle h) |
|
static InstanceHandle | convert (OsplServiceEnvironment env, long handle) |
|
static DDS.Time_t | convert (OsplServiceEnvironment environment, Time t) |
|
static Time | convert (OsplServiceEnvironment env, DDS.Time_t t) |
|
static String | getOsplExceptionStack (Exception ex, StackTraceElement[] stack) |
|
static void | throwLastErrorException (OsplServiceEnvironment environment) |
|
Definition at line 31 of file Utilities.java.
◆ checkReturnCode()
static void org.opensplice.dds.core.Utilities.checkReturnCode |
( |
int |
retCode, |
|
|
OsplServiceEnvironment |
environment, |
|
|
String |
message |
|
) |
| |
|
static |
◆ checkReturnCodeWithTimeout()
static void org.opensplice.dds.core.Utilities.checkReturnCodeWithTimeout |
( |
int |
retCode, |
|
|
OsplServiceEnvironment |
environment, |
|
|
String |
message |
|
) |
| throws TimeoutException |
|
static |
◆ convert() [1/6]
◆ convert() [2/6]
◆ convert() [3/6]
◆ convert() [4/6]
◆ convert() [5/6]
◆ convert() [6/6]
◆ getOsplExceptionStack()
static String org.opensplice.dds.core.Utilities.getOsplExceptionStack |
( |
Exception |
ex, |
|
|
StackTraceElement [] |
stack |
|
) |
| |
|
static |
◆ throwLastErrorException()
The documentation for this class was generated from the following file: