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
InterruptedExceptionvoid lockInterruptible()
throws InterruptedException
InterruptedExceptionvoid unlock()
ReentrantLock internalLock()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.