|
Berkeley DB version 4.5.20 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.run(com.sleepycat.collections.TransactionWorker)
method.
Method Summary | |
---|---|
void |
doWork()
Perform the work for a single transaction. |
Method Detail |
---|
void doWork() throws Exception
Exception
TransactionRunner.run(com.sleepycat.collections.TransactionWorker)
|
Berkeley DB version 4.5.20 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |