Package com.arjuna.ats.txoj.lockstore
Class LockStore
java.lang.Object
com.arjuna.ats.txoj.lockstore.LockStore
- Direct Known Subclasses:
BasicLockStore
,BasicPersistentLockStore
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)
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract InputObjectState
read_state
(Uid u, String tName) abstract boolean
remove_state
(Uid u, String tname) Remove the state from the lock store.abstract boolean
write_committed
(Uid u, String tName, OutputObjectState state) Write the state to the lock store.
-
Constructor Details
-
LockStore
protected LockStore()
-
-
Method Details
-
read_state
- Throws:
LockStoreException
-
remove_state
Remove the state from the lock store. -
write_committed
Write the state to the lock store.
-