public interface HippoLockManager
extends javax.jcr.lock.LockManager
Modifier and Type | Method and Description |
---|---|
boolean |
expireLock(String absPath)
Try to unlock the node at
absPath due to expiration of the lock. |
HippoLock |
getLock(String absPath) |
HippoLock |
lock(String absPath,
boolean isDeep,
boolean isSessionScoped,
long timeoutHint,
String ownerInfo) |
boolean expireLock(String absPath) throws javax.jcr.RepositoryException
absPath
due to expiration of the lock.absPath
- the path to the node to expirejavax.jcr.RepositoryException
- if an error occursHippoLock getLock(String absPath) throws javax.jcr.RepositoryException
getLock
in interface javax.jcr.lock.LockManager
javax.jcr.RepositoryException
Copyright © 2007–2017 Hippo B.V. (http://www.onehippo.com). All rights reserved.