Class XAUtils
java.lang.Object
com.arjuna.ats.internal.jta.utils.XAUtils
- Since:
- JTS 3.3.
- Version:
- $Id: XAUtils.java 2342 2006-03-30 13:06:17Z $
- Author:
- Mark Little (mark.little@arjuna.com)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic final boolean
static final Integer
getEisName
(Xid xid) Returning eis name codified inside of the Xid.static final String
Returning subordinate node name codified inside of the Xid.static final String
getXANodeName
(Xid xid) Trying to convertXid
to Narayana implementation for being able to access the internal byte array in order to return node name codified inside of the Xid.static boolean
isSameRM
(XAResource r1, XAResource r2) static final boolean
-
Constructor Details
-
XAUtils
public XAUtils()
-
-
Method Details
-
mustEndSuspendedRMs
-
canOptimizeDelist
-
isSameRM
- Throws:
XAException
-
getXANodeName
Trying to convertXid
to Narayana implementation for being able to access the internal byte array in order to return node name codified inside of the Xid.- Parameters:
xid
- the xid to check the node name- Returns:
- node name saved in the xid
-
getSubordinateNodeName
Returning subordinate node name codified inside of the Xid.- Parameters:
xid
- the xid to check the subordinate node name- Returns:
- subordinate node name saved in the xid
-
getEisName
Returning eis name codified inside of the Xid.- Parameters:
xid
- the xid to check the eis name- Returns:
- eis name integer saved in the xid
-