| Constructor | Description |
|---|---|
Util() |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
wait(java.lang.Object obj,
long timeout,
java.util.concurrent.TimeUnit unit) |
Use
AsyncGet.get(long, TimeUnit) timeout parameters to wait. |
public static void wait(java.lang.Object obj,
long timeout,
java.util.concurrent.TimeUnit unit)
throws java.lang.InterruptedException
AsyncGet.get(long, TimeUnit) timeout parameters to wait.obj - object.timeout - timeout.unit - unit.java.lang.InterruptedException - if the thread is interrupted.Copyright © 2008–2025 Apache Software Foundation. All rights reserved.