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
InterruptedException
Copyright © 2018 JBoss by Red Hat. All rights reserved.