840841842843844845846847848849850
RepositoryException { checkValid(); LockImpl lock = session.getLockManager().getLock(this); if (lock == null) { throw new LockException("Lock not found " + getPath()); }
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
RepositoryException { checkValid(); LockImpl lock = session.getLockManager().getLock(this); if (lock == null) throw new LockException("Lock not found " + getPath()); return lock; }
954955956957958959960961962963964
135136137138139140141142143
893894895896897898899900901902903
134135136137138139140141142
878879880881882883884885886887888
928929930931932933934935936937938
public Lock getLock() throws UnsupportedRepositoryOperationException, LockException, AccessDeniedException, RepositoryException { checkValid(); LockImpl lock = session.getLockManager().getLock(this); if (lock == null) { throw new LockException("Lock not found " + getPath()); }