org.apache.xml.utils

Class ThreadControllerWrapper

public class ThreadControllerWrapper extends Object

A utility class that wraps the ThreadController, which is used by IncrementalSAXSource for the incremental building of DTM.
Nested Class Summary
static classThreadControllerWrapper.ThreadController
Thread controller utility class for incremental SAX source.
Method Summary
static ThreadrunThread(Runnable runnable, int priority)
static voidwaitThread(Thread worker, Runnable task)

Method Detail

runThread

public static Thread runThread(Runnable runnable, int priority)

waitThread

public static void waitThread(Thread worker, Runnable task)
Copyright B) 2005 Apache XML Project. All Rights Reserved.