Class XidImpl
java.lang.Object
org.apache.geronimo.transaction.manager.XidImpl
- All Implemented Interfaces:
Serializable,Xid
Unique id for a transaction.
- See Also:
-
Field Summary
Fields inherited from interface javax.transaction.xa.Xid
MAXBQUALSIZE, MAXGTRIDSIZE -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XidImpl
public XidImpl(byte[] globalId) Constructor taking a global id (for the main transaction)- Parameters:
globalId- the global transaction id
-
XidImpl
Constructor for a branch id- Parameters:
global- the xid of the global transaction this branch belongs tobranch- the branch id
-
XidImpl
public XidImpl(int formatId, byte[] globalId, byte[] branchId)
-
-
Method Details
-
getFormatId
public int getFormatId()- Specified by:
getFormatIdin interfaceXid
-
getGlobalTransactionId
public byte[] getGlobalTransactionId()- Specified by:
getGlobalTransactionIdin interfaceXid
-
getBranchQualifier
public byte[] getBranchQualifier()- Specified by:
getBranchQualifierin interfaceXid
-
equals
-
hashCode
public int hashCode() -
toString
-