Class ShadowNoFileLockStore

All Implemented Interfaces:
BaseStore, ObjectStoreAPI, ParticipantStore, RecoveryStore, TxLog
Direct Known Subclasses:
ActionStore, HashedStore, NullActionStore

public class ShadowNoFileLockStore extends ShadowingStore
Almost the same as the ShadowingStore implementation, but assumes all concurrency control is provided by the object. Therefore, there is no need to set/release locks on the file representation in the object store. Saves time.
Since:
JTS 1.0.
Version:
$Id: ShadowNoFileLockStore.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)