Interface TransactionTable.EntryVisitor
- Enclosing class:
TransactionTable
static interface TransactionTable.EntryVisitor
Interface for visiting entries in the transaction table.
- See Also:
-
Method Summary
-
Method Details
-
visit
Visit an entry.TransactionTable.visitEntries(EntryVisitor)will call this method once for each entry in the transaction table, or untilfalseis returned by this method.- Parameters:
entry- theTransactionTableEntrybeing visited- Returns:
trueif the scan of the transaction table should continue, orfalseif the visitor has completed its work and no more entries need to be visited
-