Uses of Class
org.objectweb.howl.log.xa.XACommittingTx
Packages that use XACommittingTx
Package
Description
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 XACommittingTxModifier and TypeFieldDescription(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 XACommittingTxModifier and TypeMethodDescriptionprivate XACommittingTx
XALogger.activeTxAdd
(long key, byte[][] record) Used by putCommit() and by OpenReplayListener#onRecord() to add entries to the activeTx table.XALogRecord.getTx()
XALogger.putCommit
(byte[][] record) Write a begin COMMIT record to the log.Methods in org.objectweb.howl.log.xa with parameters of type XACommittingTxModifier and TypeMethodDescriptionlong
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.