public static class ThreadControllerWrapper.ThreadController extends Object
| Constructor and Description |
|---|
ThreadControllerWrapper.ThreadController() |
public ThreadControllerWrapper.ThreadController()
public Thread run(Runnable task, int priority)
priority - if >0 the task will run with the given priority
( doesn't seem to be used in xalan, since it's allways the default )public void waitThread(Thread worker, Runnable task) throws InterruptedException
InterruptedExceptionCopyright © 2012 JBoss by Red Hat. All Rights Reserved.