Package 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
Transaction
nextTransaction()
-
-
-
Method Detail
-
nextTransaction
Transaction nextTransaction() throws java.lang.Exception
- Throws:
java.lang.Exception
-
close
void close()
-
-