public class ThreadControllerWrapper extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ThreadControllerWrapper.ThreadController
Thread controller utility class for incremental SAX source.
|
| Constructor and Description |
|---|
ThreadControllerWrapper() |
| Modifier and Type | Method and Description |
|---|---|
static Thread |
runThread(Runnable runnable,
int priority) |
static void |
waitThread(Thread worker,
Runnable task) |
public static void waitThread(Thread worker, Runnable task) throws InterruptedException
InterruptedExceptionCopyright © 2019. All Rights Reserved.