net.handle.hdllib
Interface TransactionScannerInterface


public interface TransactionScannerInterface

Interface for the transaction queue scanner that is used as a callback from messages like DumpHandlesRequest.


Method Summary
 void close()
           
 long getFirstDateInLog()
           
 Transaction nextTransaction()
           
 

Method Detail

getFirstDateInLog

long getFirstDateInLog()

nextTransaction

Transaction nextTransaction()
                            throws java.lang.Exception
Throws:
java.lang.Exception

close

void close()