Package | Description |
---|---|
org.onehippo.cms7.services.lock |
Modifier and Type | Method and Description |
---|---|
static LockResource |
LockManagerUtils.waitForLock(LockManager lockManager,
String key,
long waitInterval)
Utility method to create and if needed wait indefinitely (unless interrupted) for a
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 a
lock(String) * |
Copyright © 2012–2019 Hippo B.V. (http://www.onehippo.com). All rights reserved.