|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface LockEventListener
Interface used to receive information about incoming, external lock events.
| Method Summary | |
|---|---|
void |
externalLock(NodeId nodeId,
boolean isDeep,
String lockOwner)
Handle an external lock operation. |
void |
externalUnlock(NodeId nodeId)
Handle an external unlock operation. |
| Method Detail |
|---|
void externalLock(NodeId nodeId,
boolean isDeep,
String lockOwner)
throws RepositoryException
nodeId - node idisDeep - true if the lock is deep;
false otherwiselockOwner - lock owner
RepositoryException - if the lock cannot be processed
void externalUnlock(NodeId nodeId)
throws RepositoryException
nodeId - node id
RepositoryException - if the unlock cannot be processed
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||