public class XAHelper extends Object
Constructor and Description |
---|
XAHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
printXAErrorCode(XAException e)
Print a human-readable version of the XAException.
|
static boolean |
sameTransaction(Xid x1,
Xid x2)
Compares two Xid instances at the gtid level only.
|
static boolean |
sameXID(Xid x1,
Xid x2)
Compares two Xid instances.
|
static String |
xidToString(Xid xid)
get a string representing anyones Xid similar too, but not the same as
OTS_Transaction/xa/XID.toString()
|
public static String printXAErrorCode(XAException e)
public static boolean sameXID(Xid x1, Xid x2)
x1
- first Xidx2
- second Xidtrue
if the two instances are the same,
false
otherwise.public static boolean sameTransaction(Xid x1, Xid x2)
x1
- first Xidx2
- second Xidtrue
if the two instances are the same,
false
otherwise.Copyright © 2017 JBoss by Red Hat. All rights reserved.