public class BasicPersistentLockStore extends LockStore
Constructor and Description |
---|
BasicPersistentLockStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) |
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 BasicPersistentLockStore(ObjectStoreEnvironmentBean objectStoreEnvironmentBean) throws ObjectStoreException
ObjectStoreException
public InputObjectState read_state(Uid u, String tName) throws LockStoreException
read_state
in class LockStore
LockStoreException
public boolean remove_state(Uid u, String tName)
LockStore
remove_state
in class LockStore
public boolean write_committed(Uid u, String tName, OutputObjectState state)
LockStore
write_committed
in class LockStore
Copyright © 2021 JBoss by Red Hat. All rights reserved.