Uses of Interface
org.onehippo.cms7.services.lock.LockManager
-
Packages that use LockManager Package Description org.onehippo.cms7.services.lock -
-
Uses of LockManager in org.onehippo.cms7.services.lock
Methods in org.onehippo.cms7.services.lock with parameters of type LockManager Modifier and Type Method Description static LockResource
LockManagerUtils. waitForLock(LockManager lockManager, String key, long waitInterval)
Utility method to create and if needed wait indefinitely (unless interrupted) for alock(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 alock(String)
*
-