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 method.
author: Mark Hayes
Method Summary
void
doWork() Perform the work for a single transaction.