Package org.h2.test.jdbcx
Class TestXA.MyXid
java.lang.Object
org.h2.test.jdbcx.TestXA.MyXid
- All Implemented Interfaces:
Xid
- Enclosing class:
- TestXA
A simple Xid implementation.
-
Field Summary
Fields inherited from interface javax.transaction.xa.Xid
MAXBQUALSIZE, MAXGTRIDSIZE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]intbyte[]
-
Constructor Details
-
MyXid
public MyXid()
-
-
Method Details
-
getBranchQualifier
public byte[] getBranchQualifier()- Specified by:
getBranchQualifierin interfaceXid
-
getFormatId
public int getFormatId()- Specified by:
getFormatIdin interfaceXid
-
getGlobalTransactionId
public byte[] getGlobalTransactionId()- Specified by:
getGlobalTransactionIdin interfaceXid
-