Berkeley DB Java Edition
version 5.0.34

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.run(com.sleepycat.collections.TransactionWorker) method.

Author:
Mark Hayes

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

Method Detail

doWork

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

Throws:
Exception
See Also:
TransactionRunner.run(com.sleepycat.collections.TransactionWorker)

Berkeley DB Java Edition
version 5.0.34

Copyright (c) 2004-2011 Oracle. All rights reserved.