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. activeTx
array of transactions in COMMIT phase and waiting for DONE.(package private) XACommittingTx[]
XALogger. availableTx
array of available XACommittingTx objects.private XACommittingTx
XALogRecord. tx
Methods in org.objectweb.howl.log.xa that return XACommittingTx Modifier and Type Method Description private XACommittingTx
XALogger. activeTxAdd(long key, byte[][] record)
Used by putCommit() and by OpenReplayListener#onRecord() to add entries to the activeTx table.XACommittingTx
XALogRecord. getTx()
XACommittingTx
XALogger. 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 long
XALogger. putDone(byte[][] record, XACommittingTx tx)
Write a DONE record to the log.(package private) void
XALogRecord. setTx(XACommittingTx tx)
Called by XALogger ReplayListener to save the XACommitingTx entry associated with an XACOMMIT record.
-