615616617618619620621622623624625
{ throw new XAException(XAException.XAER_NOTA); } // allow equals/hashCode to work correctly xid = new RecoveredXid(xid); if (m_journal.forget(xid)) { m_journal.writeCompletion(xid); }
342343344345346347348
nTxIdArray[2] = (byte)((nXidNumber >> 8) & 0xff); nTxIdArray[3] = (byte)(nXidNumber & 0xff); Arrays.fill(nBrQArray, (byte)'B'); return new RecoveredXid(nTxIdArray, nBrQArray, 0xcafecafe); }