Class LockStore

java.lang.Object
com.arjuna.ats.txoj.lockstore.LockStore
Direct Known Subclasses:
BasicLockStore, BasicPersistentLockStore

public abstract class LockStore extends Object
The lock store interface is the application's route to using a specific lock store implementation. The interface dynamically binds to an implementation of the right type.
Since:
JTS 1.0.
Version:
$Id: LockStore.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark@arjuna.com)