public interface Acquirable
| Modifier and Type | Method and Description |
|---|---|
boolean |
acquire()
Attempts to acquire this object.
|
boolean |
isAcquirable()
This method signals if the object can't be acquired in future calls to acquire().
|
boolean acquire()
boolean isAcquirable()
Copyright © 2023 JBoss by Red Hat. All rights reserved.