Uses of Class
com.caucho.env.thread2.ThreadPool2

Packages that use ThreadPool2
com.caucho.env.thread   
com.caucho.env.thread2   
 

Uses of ThreadPool2 in com.caucho.env.thread
 

Subclasses of ThreadPool2 in com.caucho.env.thread
 class ThreadPool
          A generic pool of threads available for Alarms and Work tasks.
 

Uses of ThreadPool2 in com.caucho.env.thread2
 

Methods in com.caucho.env.thread2 that return ThreadPool2
static ThreadPool2 ThreadPool2.getCurrent()
           
 

Methods in com.caucho.env.thread2 with parameters of type ThreadPool2
protected  void ThreadPool2.setAsGlobal(ThreadPool2 pool)