Package org.apache.xml.utils
Class ThreadControllerWrapper
- java.lang.Object
-
- org.apache.xml.utils.ThreadControllerWrapper
-
public class ThreadControllerWrapper extends java.lang.ObjectA utility class that wraps the ThreadController, which is used by IncrementalSAXSource for the incremental building of DTM.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classThreadControllerWrapper.ThreadControllerThread controller utility class for incremental SAX source.
-
Constructor Summary
Constructors Constructor Description ThreadControllerWrapper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.ThreadrunThread(java.lang.Runnable runnable, int priority)static voidwaitThread(java.lang.Thread worker, java.lang.Runnable task)
-