|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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 with parameters of type TransactionLogRecord | |
---|---|
boolean |
TransactionLogAppender.writeLog(TransactionLogRecord tlog)
Write a TransactionLogRecord to disk. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |