Uses of Class
org.onehippo.cms7.services.lock.LockException
-
Packages that use LockException Package Description org.onehippo.cms7.services.lock -
-
Uses of LockException in org.onehippo.cms7.services.lock
Subclasses of LockException in org.onehippo.cms7.services.lock Modifier and Type Class Description class
AlreadyLockedException
class
LockManagerException
Methods in org.onehippo.cms7.services.lock that throw LockException Modifier and Type Method Description LockResource
LockManager. lock(String key)
Tries to create aLock
forkey
.static LockResource
LockManagerUtils. waitForLock(LockManager lockManager, String key, long waitInterval)
Utility method to create and if needed wait indefinitely (unless interrupted) for aLockManager.lock(String)
.static LockResource
LockManagerUtils. waitForLock(LockManager lockManager, String key, long waitInterval, long maxWait)
Utility method to create and if needed wait for a maximum amount of time (unless interrupted) for aLockManager.lock(String)
*
-