public static interface LockFactory.StatefulLock
Modifier and Type | Method and Description |
---|---|
boolean |
isHeldByCurrentThread() |
void |
lock() |
boolean |
tryLock() |
boolean |
tryLock(long time,
java.util.concurrent.TimeUnit unit) |
void |
unlock() |