Class ActionStore

All Implemented Interfaces:
BaseStore, ObjectStoreAPI, ParticipantStore, RecoveryStore, TxLog

public class ActionStore extends ShadowNoFileLockStore
The basic transaction log implementation. Uses the no file-level locking implementation of the file system store since only a single user (the coordinator) can ever be manipulating the action's state.
Since:
JTS 1.0.
Version:
$Id: ActionStore.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)