Uses of Class
com.arjuna.ats.internal.jta.xa.XID
Packages that use XID
Package
Description
-
Uses of XID in com.arjuna.ats.internal.jta.transaction.arjunacore.jca
Methods in com.arjuna.ats.internal.jta.transaction.arjunacore.jca with parameters of type XID -
Uses of XID in com.arjuna.ats.internal.jta.xa
Methods in com.arjuna.ats.internal.jta.xa with parameters of type XID -
Uses of XID in com.arjuna.ats.jta.xa
Fields in com.arjuna.ats.jta.xa declared as XIDMethods in com.arjuna.ats.jta.xa that return XIDMethods in com.arjuna.ats.jta.xa with parameters of type XIDModifier and TypeMethodDescriptionstatic Uid
XATxConverter.getBranchUid
(XID xid) static Integer
XATxConverter.getEISName
(XID xid) protected int
Generate the hash code for the xid.static String
XATxConverter.getNodeName
(XID xid) static String
XATxConverter.getSubordinateNodeName
(XID xid) static Uid
static String
XATxConverter.getXIDString
(XID xid) static void
XATxConverter.setBranchUID
(XID xid, Uid uid) static void
XATxConverter.setEisName
(XID theXid, Integer eisName) static void
XATxConverter.setNodeName
(XID theXid, String nodeName) static void
XATxConverter.setSubordinateNodeName
(XID theXid, String xaNodeName) Constructors in com.arjuna.ats.jta.xa with parameters of type XID