Package | Description |
---|---|
com.arjuna.ats.internal.jta.transaction.arjunacore.jca | |
com.arjuna.ats.internal.jta.xa | |
com.arjuna.ats.jta.xa |
Modifier and Type | Method and Description |
---|---|
protected int |
SubordinateXidImple.getHash(XID xid)
Generate the hash code for the xid, subordinates are diffed on the gtrid
only.
|
Modifier and Type | Method and Description |
---|---|
void |
XID.copy(XID toCopy) |
boolean |
XID.equals(XID other) |
boolean |
XID.isSameTransaction(XID xid)
Check for equality, then check transaction id only.
|
Modifier and Type | Field and Description |
---|---|
protected XID |
XidImple._theXid |
Modifier and Type | Method and Description |
---|---|
XID |
XidImple.getXID() |
Modifier and Type | Method and Description |
---|---|
static Uid |
XATxConverter.getBranchUid(XID xid) |
static Integer |
XATxConverter.getEISName(XID xid) |
protected int |
XidImple.getHash(XID xid)
Generate the hash code for the xid.
|
static String |
XATxConverter.getNodeName(XID xid) |
static String |
XATxConverter.getSubordinateNodeName(XID xid) |
static Uid |
XATxConverter.getUid(XID xid) |
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.setSubordinateNodeName(XID theXid,
String xaNodeName) |
Constructor and Description |
---|
XidImple(XID x) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.