com.sleepycat.collections

Interface TransactionWorker

public interface TransactionWorker

The interface implemented to perform the work within a transaction. To run a transaction, an instance of this interface is passed to the TransactionRunner method.
Method Summary
voiddoWork()
Perform the work for a single transaction.

Method Detail

doWork

public void doWork()
Perform the work for a single transaction.

See Also: TransactionRunner