public interface LockEventListener
| Modifier and Type | Method and Description |
|---|---|
void |
externalLock(NodeId nodeId,
boolean isDeep,
String lockOwner)
Handle an external lock operation.
|
void |
externalUnlock(NodeId nodeId)
Handle an external unlock operation.
|
void externalLock(NodeId nodeId, boolean isDeep, String lockOwner) throws RepositoryException
nodeId - node idisDeep - true if the lock is deep;
false otherwiselockOwner - lock ownerRepositoryException - if the lock cannot be processedvoid externalUnlock(NodeId nodeId) throws RepositoryException
nodeId - node idRepositoryException - if the unlock cannot be processedCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.