Class BasicPersistentLockStore

java.lang.Object
com.arjuna.ats.txoj.lockstore.LockStore
com.arjuna.ats.internal.txoj.lockstore.BasicPersistentLockStore

public class BasicPersistentLockStore extends LockStore
An implementation of the lock store which saves locks into files on the local machine. Thus, multiple JVMs may share locks by reading and writing to the same files.
Since:
JTS 1.0.
Version:
$Id: BasicPersistentLockStore.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)