com.ibm.as400.access

Class AS400JDBCXid

  • java.lang.Object
    • com.ibm.as400.access.AS400JDBCXid
  • All Implemented Interfaces:
    javax.transaction.xa.Xid


    public class AS400JDBCXid
    extends java.lang.Object
    implements javax.transaction.xa.Xid
    The AS400JDBCXid class represents an Xid for use with an AS400JDBCXAResource.
    • Field Summary

      • Fields inherited from interface javax.transaction.xa.Xid

        MAXBQUALSIZE, MAXGTRIDSIZE
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      byte[] getBranchQualifier()
      Returns the branch qualifier.
      int getFormatId()
      Returns the format ID.
      byte[] getGlobalTransactionId()
      Returns the global transaction ID.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getBranchQualifier

        public byte[] getBranchQualifier()
        Returns the branch qualifier.
        Specified by:
        getBranchQualifier in interface javax.transaction.xa.Xid
        Returns:
        The branch qualifier.
      • getFormatId

        public int getFormatId()
        Returns the format ID.
        Specified by:
        getFormatId in interface javax.transaction.xa.Xid
        Returns:
        The format ID.
      • getGlobalTransactionId

        public byte[] getGlobalTransactionId()
        Returns the global transaction ID.
        Specified by:
        getGlobalTransactionId in interface javax.transaction.xa.Xid
        Returns:
        The global transaction ID.