public static class TransactionManager
extends java.lang.Object
RecordFile. The transaction log is either clean, or
in progress. In the latter case, the transaction manager
takes care of a roll forward.
Implementation note: this is a proof-of-concept implementation which hasn't been optimized for speed. For instance, all sorts of streams are created for every transaction.