public interface RuntimeManagerLock
Modifier and Type | Method and Description |
---|---|
ReentrantLock |
internalLock() |
void |
lock() |
void |
lockInterruptible() |
boolean |
tryLock(long units,
TimeUnit milliseconds) |
void |
unlock() |
void lock()
boolean tryLock(long units, TimeUnit milliseconds) throws InterruptedException
InterruptedException
void lockInterruptible() throws InterruptedException
InterruptedException
void unlock()
ReentrantLock internalLock()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.