|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
static interface TransactionTable.EntryVisitor
Interface for visiting entries in the transaction table.
TransactionTable.visitEntries(EntryVisitor)
Method Summary | |
---|---|
boolean |
visit(TransactionTableEntry entry)
Visit an entry. |
Method Detail |
---|
boolean visit(TransactionTableEntry entry)
TransactionTable.visitEntries(EntryVisitor)
will call this
method once for each entry in the transaction table, or until
false
is returned by this method.
entry
- the TransactionTableEntry
being visited
true
if the scan of the transaction table should
continue, or false
if the visitor has completed its work
and no more entries need to be visited
|
Built on Thu 2012-03-29 21:53:33+0000, from revision ??? | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |