public class BasicLockStore extends LockStore
| Constructor and Description |
|---|
BasicLockStore() |
| Modifier and Type | Method and Description |
|---|---|
InputObjectState |
read_state(Uid u,
String tName) |
boolean |
remove_state(Uid u,
String tName)
Remove the state from the lock store.
|
boolean |
write_committed(Uid u,
String tName,
OutputObjectState state)
Write the state to the lock store.
|
public InputObjectState read_state(Uid u, String tName) throws LockStoreException
read_state in class LockStoreLockStoreExceptionpublic boolean remove_state(Uid u, String tName)
LockStoreremove_state in class LockStorepublic boolean write_committed(Uid u, String tName, OutputObjectState state)
LockStorewrite_committed in class LockStoreCopyright © 2013. All rights reserved.