FileDocCategorySizeDatePackage
ThreadControllerWrapper.javaAPI DocJava SE 6 API3547Tue Jun 10 00:23:12 BST 2008com.sun.org.apache.xml.internal.utils

ThreadControllerWrapper

public class ThreadControllerWrapper extends Object
A utility class that wraps the ThreadController, which is used by IncrementalSAXSource for the incremental building of DTM.

Fields Summary
private static ThreadController
m_tpool
The ThreadController pool
Constructors Summary
Methods Summary
public static java.lang.ThreadrunThread(java.lang.Runnable runnable, int priority)

  
        
  
    return m_tpool.run(runnable, priority);
  
public static voidwaitThread(java.lang.Thread worker, java.lang.Runnable task)

    m_tpool.waitThread(worker, task);