875876877878879880881882883884885
RepositoryException { checkValid(); LockImpl lock = session.getLockManager().getLock(this); if (lock == null) { throw new LockException("Lock not found " + getPath()); }
878879880881882883884885886887888
912913914915916917918919920921922
954955956957958959960961962963964
946947948949950951952953954955956
134135136137138139140141142
lockedNodes.put(node.getInternalIdentifier(), lData); pendingLocks.add(node.getInternalIdentifier()); tokens.put(lockToken, lData.getTokenHash()); LockImpl lock = new CacheLockImpl(node.getSession(), lData, this); return lock; }
847848849850851852853854855856857
904905906907908909910911912913914