Class XidImpl

    • Constructor Detail

      • XidImpl

        public XidImpl​(byte[] globalId)
        Constructor taking a global id (for the main transaction)
        Parameters:
        globalId - the global transaction id
      • XidImpl

        public XidImpl​(Xid global,
                       byte[] branch)
        Constructor for a branch id
        Parameters:
        global - the xid of the global transaction this branch belongs to
        branch - the branch id
      • XidImpl

        public XidImpl​(int formatId,
                       byte[] globalId,
                       byte[] branchId)