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.Xidpublic byte[] getGlobalTransactionId()
getGlobalTransactionId in interface javax.transaction.xa.Xidpublic byte[] getBranchQualifier()
getBranchQualifier in interface javax.transaction.xa.Xidpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectstatic java.lang.String xidToString(javax.transaction.xa.Xid xid)
static javax.transaction.xa.Xid stringToXid(java.lang.String s)