Uses of Class
bitronix.tm.journal.TransactionLogRecord

Packages that use TransactionLogRecord
bitronix.tm.gui GUI admin console. 
bitronix.tm.journal Transactions disk journal. 
 

Uses of TransactionLogRecord in bitronix.tm.gui
 

Methods in bitronix.tm.gui that return TransactionLogRecord
 TransactionLogRecord PendingTransactionTableModel.getRow(int row)
           
abstract  TransactionLogRecord TransactionTableModel.getRow(int row)
           
 TransactionLogRecord RawTransactionTableModel.getRow(int row)
           
 

Methods in bitronix.tm.gui with parameters of type TransactionLogRecord
 boolean PendingTransactionTableModel.acceptLog(TransactionLogRecord tlog)
           
abstract  boolean TransactionTableModel.acceptLog(TransactionLogRecord tlog)
           
 boolean RawTransactionTableModel.acceptLog(TransactionLogRecord tlog)
           
 

Constructors in bitronix.tm.gui with parameters of type TransactionLogRecord
TransactionLogDialog(javax.swing.JFrame frame, TransactionLogRecord tlog)
           
 

Uses of TransactionLogRecord in bitronix.tm.journal
 

Methods in bitronix.tm.journal that return TransactionLogRecord
 TransactionLogRecord TransactionLogCursor.readLog()
          Fetch the next TransactionLogRecord from log, recalculating the CRC and checking it against the stored one.
 TransactionLogRecord TransactionLogCursor.readLog(boolean skipCrcCheck)
          Fetch the next TransactionLogRecord from log.
 

Methods in bitronix.tm.journal that return types with arguments of type TransactionLogRecord
 java.util.Map<Uid,TransactionLogRecord> NullJournal.collectDanglingRecords()
           
 java.util.Map<Uid,TransactionLogRecord> Journal.collectDanglingRecords()
          Collect all dangling records of the journal, ie: COMMITTING records with no corresponding COMMITTED record.
 java.util.Map<Uid,TransactionLogRecord> DiskJournal.collectDanglingRecords()
          Collect all dangling records of the active log file.
 

Methods in bitronix.tm.journal with parameters of type TransactionLogRecord
 boolean TransactionLogAppender.writeLog(TransactionLogRecord tlog)
          Write a TransactionLogRecord to disk.
 



Copyright © 2006-2018 Bitronix Software. All Rights Reserved.