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
abstract  TransactionLogRecord TransactionTableModel.getRow(int row)
           
 TransactionLogRecord RawTransactionTableModel.getRow(int row)
           
 TransactionLogRecord PendingTransactionTableModel.getRow(int row)
           
 

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

Constructors in bitronix.tm.gui with parameters of type TransactionLogRecord
TransactionLogDialog(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
 Map<Uid,TransactionLogRecord> NullJournal.collectDanglingRecords()
           
 Map<Uid,TransactionLogRecord> Journal.collectDanglingRecords()
          Collect all dangling records of the journal, ie: COMMITTING records with no corresponding COMMITTED record.
 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-2013 Bitronix Software. All Rights Reserved.