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 javax.jcr.RepositoryException
nodeId - node idisDeep - true if the lock is deep;
false otherwiselockOwner - lock ownerjavax.jcr.RepositoryException - if the lock cannot be processedvoid externalUnlock(NodeId nodeId) throws javax.jcr.RepositoryException
nodeId - node idjavax.jcr.RepositoryException - if the unlock cannot be processedCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.