|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.xml.utils.ThreadControllerWrapper
public class ThreadControllerWrapper
A utility class that wraps the ThreadController, which is used by IncrementalSAXSource for the incremental building of DTM.
| Nested Class Summary | |
|---|---|
static class |
ThreadControllerWrapper.ThreadController
Thread controller utility class for incremental SAX source. |
| Constructor Summary | |
|---|---|
ThreadControllerWrapper()
|
|
| Method Summary | |
|---|---|
static Thread |
runThread(Runnable runnable,
int priority)
|
static void |
waitThread(Thread worker,
Runnable task)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ThreadControllerWrapper()
| Method Detail |
|---|
public static Thread runThread(Runnable runnable,
int priority)
public static void waitThread(Thread worker,
Runnable task)
throws InterruptedException
InterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||