public abstract class AbstractLockManager extends Object implements LockManager
Constructor and Description |
---|
AbstractLockManager() |
Modifier and Type | Method and Description |
---|---|
boolean |
canLockBeRemoved(Lock lock,
String owner)
Checks if a given lock can be removed by the given owner.
|
static boolean |
canLockBeRemovedStatic(Lock lock,
String owner) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
clearCaches, close, getLock, removeLock, setLock
public boolean canLockBeRemoved(Lock lock, String owner)
LockManager
canLockBeRemoved
in interface LockManager
lock
- the lockowner
- the owner (may be null
)true
if the lock can be removedCopyright © 2015 Nuxeo SA. All rights reserved.