class RecoveredXid
extends java.lang.Object
implements javax.transaction.xa.Xid
Modifier and Type | Field and Description |
---|---|
(package private) byte[] |
branchQualifier |
(package private) int |
formatId |
(package private) byte[] |
globalTransactionId |
Constructor and Description |
---|
RecoveredXid() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getBranchQualifier() |
int |
getFormatId() |
byte[] |
getGlobalTransactionId() |
int |
hashCode() |
(package private) static javax.transaction.xa.Xid |
stringToXid(java.lang.String s) |
java.lang.String |
toString()
This is for debugging purposes only.
|
(package private) static java.lang.String |
xidToString(javax.transaction.xa.Xid xid) |
int formatId
byte[] globalTransactionId
byte[] branchQualifier
public int getFormatId()
getFormatId
in interface javax.transaction.xa.Xid
public byte[] getGlobalTransactionId()
getGlobalTransactionId
in interface javax.transaction.xa.Xid
public byte[] getBranchQualifier()
getBranchQualifier
in interface javax.transaction.xa.Xid
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
static java.lang.String xidToString(javax.transaction.xa.Xid xid)
static javax.transaction.xa.Xid stringToXid(java.lang.String s)