Package org.datanucleus.transaction
Class XidImpl
- java.lang.Object
-
- org.datanucleus.transaction.XidImpl
-
- All Implemented Interfaces:
javax.transaction.xa.Xid
public class XidImpl extends java.lang.Object implements javax.transaction.xa.Xid
-
-
Field Summary
Fields Modifier and Type Field Description (package private) byte[]
branchQualifierBytes
(package private) int
formatId
(package private) byte[]
globalTransactionIdBytes
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBranchQualifier()
int
getFormatId()
byte[]
getGlobalTransactionId()
java.lang.String
toString()
-
-
-
Method Detail
-
getBranchQualifier
public byte[] getBranchQualifier()
- Specified by:
getBranchQualifier
in interfacejavax.transaction.xa.Xid
-
getFormatId
public int getFormatId()
- Specified by:
getFormatId
in interfacejavax.transaction.xa.Xid
-
getGlobalTransactionId
public byte[] getGlobalTransactionId()
- Specified by:
getGlobalTransactionId
in interfacejavax.transaction.xa.Xid
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-