954955956957958959960961962963964
RepositoryException { checkValid(); LockImpl lock = session.getLockManager().getLock(this); if (lock == null) { throw new LockException("Lock not found " + getPath()); }
893894895896897898899900901902903
RepositoryException { checkValid(); LockImpl lock = session.getLockManager().getLock(this); if (lock == null) throw new LockException("Lock not found " + getPath()); return lock; }
946947948949950951952953954955956
955956957958959960961962963964965
840841842843844845846847848849850
136137138139140141142143144
lockedNodes.put(node.getInternalIdentifier(), lData); pendingLocks.add(node.getInternalIdentifier()); tokens.put(lockToken, lData.getTokenHash()); LockImpl lock = new CacheLockImpl(node.getSession(), lData, this); return lock; }
897898899900901902903904905906907
135136137138139140141142143