Package com.arjuna.ats.jts.utils
Class Utility
java.lang.Object
com.arjuna.ats.jts.utils.Utility
Some useful utility functions for the OTS. Use with care!
- Since:
- JTS 1.0.
- Version:
- $Id: Utility.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark_little@hp.com)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
exceptionCode
(int code) static String
static final Uid
If this control refers to an JBoss transaction then return its native Uid representation.static final Uid
static PrintWriter
printStatus
(PrintWriter strm, Status res) static String
stringStatus
(Status res) static String
stringVote
(Vote v) static final otid_t
static final otid_t
-
Constructor Details
-
Utility
public Utility()
-
-
Method Details
-
getHierarchy
-
stringVote
- Since:
- JTS 2.1.2.
-
printStatus
-
exceptionCode
-
stringStatus
- Since:
- JTS 2.1.2.
-
getUid
If this control refers to an JBoss transaction then return its native Uid representation. Otherwise return Uid.nullUid(). -
uidToOtid
- Since:
- JTS 2.2.
-
uidToOtid
-
otidToUid
-