Interface LockEventListener

  • All Known Implementing Classes:
    LockManagerImpl

    public interface LockEventListener
    Interface used to receive information about incoming, external lock events.
    • Method Detail

      • externalLock

        void externalLock​(NodeId nodeId,
                          boolean isDeep,
                          String lockOwner)
                   throws RepositoryException
        Handle an external lock operation.
        Parameters:
        nodeId - node id
        isDeep - true if the lock is deep; false otherwise
        lockOwner - lock owner
        Throws:
        RepositoryException - if the lock cannot be processed