946947948949950951952953954955956
RepositoryException { checkValid(); LockImpl lock = session.getLockManager().getLock(this); if (lock == null) { throw new LockException("Lock not found " + getPath()); }
954955956957958959960961962963964
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; }
875876877878879880881882883884885
847848849850851852853854855856857
904905906907908909910911912913914
893894895896897898899900901902903
RepositoryException { checkValid(); LockImpl lock = session.getLockManager().getLock(this); if (lock == null) throw new LockException("Lock not found " + getPath()); return lock; }
955956957958959960961962963964965