TransactionRecoverypublic interface TransactionRecovery This is a class to start an AutomaticTransactionService |
Methods Summary |
---|
public void | lowerFence()Lower the fence
| public void | raiseFence()Raise the fence so that no other instance can
start the recovery at the same time.
| public void | start()DataStructures are initialized first. Recovery
of transaction starts immediatley after the initialization.
|
|