Uses of Class
org.objectweb.howl.log.xa.XACommittingTx
-
Packages that use XACommittingTx Package Description org.objectweb.howl.log.xa Provides public logger classes customized for use with XA Transaction Managers. -
-
Uses of XACommittingTx in org.objectweb.howl.log.xa
Fields in org.objectweb.howl.log.xa declared as XACommittingTx Modifier and Type Field Description (package private) XACommittingTx[]XALogger. activeTxarray of transactions in COMMIT phase and waiting for DONE.(package private) XACommittingTx[]XALogger. availableTxarray of available XACommittingTx objects.private XACommittingTxXALogRecord. txMethods in org.objectweb.howl.log.xa that return XACommittingTx Modifier and Type Method Description private XACommittingTxXALogger. activeTxAdd(long key, byte[][] record)Used by putCommit() and by OpenReplayListener#onRecord() to add entries to the activeTx table.XACommittingTxXALogRecord. getTx()XACommittingTxXALogger. putCommit(byte[][] record)Write a begin COMMIT record to the log.Methods in org.objectweb.howl.log.xa with parameters of type XACommittingTx Modifier and Type Method Description longXALogger. putDone(byte[][] record, XACommittingTx tx)Write a DONE record to the log.(package private) voidXALogRecord. setTx(XACommittingTx tx)Called by XALogger ReplayListener to save the XACommitingTx entry associated with an XACOMMIT record.
-