tyrex.tm.impl
final class Util extends Object
Method Summary | |
---|---|
static String | fromClock(long clock)
Converts a computer time into a string representation of time instant.
|
static String | getHeuristic(int heuristic)
Returns the readable name for the specified heuristic
|
static String | getStatus(int status)
Returns the readable name for the specified status.
|
static String | getXAException(XAException except)
Retrusn the details of the xa exception
|
Parameters: clock The computer time
Returns: The string repreentation of time instant
Parameters: heuristic The heuristic
Returns: The heuristic
Parameters: status The status
Returns: The status
Parameters: except The XA exception
Returns: The XA exception