| Package | Description |
|---|---|
| bitronix.tm.gui |
GUI admin console.
|
| bitronix.tm.journal |
Transactions disk journal.
|
| Modifier and Type | Method and Description |
|---|---|
abstract TransactionLogRecord |
TransactionTableModel.getRow(int row) |
TransactionLogRecord |
PendingTransactionTableModel.getRow(int row) |
TransactionLogRecord |
RawTransactionTableModel.getRow(int row) |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
TransactionTableModel.acceptLog(TransactionLogRecord tlog) |
boolean |
PendingTransactionTableModel.acceptLog(TransactionLogRecord tlog) |
boolean |
RawTransactionTableModel.acceptLog(TransactionLogRecord tlog) |
| Constructor and Description |
|---|
TransactionLogDialog(javax.swing.JFrame frame,
TransactionLogRecord tlog) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<Uid,TransactionLogRecord> |
DiskJournal.collectDanglingRecords()
Collect all dangling records of the active log file.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
TransactionLogAppender.writeLog(TransactionLogRecord tlog)
Write a
TransactionLogRecord to disk. |
Copyright © 2006-2019 Bitronix Software. All Rights Reserved.