Uses of Class
org.onehippo.cms7.services.lock.LockManagerException
-
Packages that use LockManagerException Package Description org.onehippo.cms7.services.lock -
-
Uses of LockManagerException in org.onehippo.cms7.services.lock
Methods in org.onehippo.cms7.services.lock that throw LockManagerException Modifier and Type Method Description void
LockManager. abort(String key)
List<Lock>
LockManager. getLocks()
boolean
LockManager. isLocked(String key)
Returnstrue
if there is a lock forkey
.
-