bitronix.tm.gui
Class TransactionTableModel
java.lang.Object
bitronix.tm.gui.TransactionTableModel
- All Implemented Interfaces:
- TableModel
- Direct Known Subclasses:
- PendingTransactionTableModel, RawTransactionTableModel
public abstract class TransactionTableModel
- extends Object
- implements TableModel
- Author:
- lorban
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tLogs
protected List tLogs
TransactionTableModel
public TransactionTableModel()
readFullTransactionLog
protected void readFullTransactionLog(File filename)
throws IOException
- Throws:
IOException
acceptLog
public abstract boolean acceptLog(TransactionLogRecord tlog)
getRow
public abstract TransactionLogRecord getRow(int row)
Copyright © 2006-2013 Bitronix Software. All Rights Reserved.