Uses of Interface
org.mortbay.thread.ThreadPool

Packages that use ThreadPool
org.mortbay.io   
org.mortbay.jetty   
org.mortbay.thread   
 

Uses of ThreadPool in org.mortbay.io
 

Classes in org.mortbay.io that implement ThreadPool
 class IO
          IO Utilities.
 

Uses of ThreadPool in org.mortbay.jetty
 

Fields in org.mortbay.jetty declared as ThreadPool
private  ThreadPool Server._threadPool
           
private  ThreadPool AbstractConnector._threadPool
           
 

Methods in org.mortbay.jetty that return ThreadPool
 ThreadPool Server.getThreadPool()
           
 ThreadPool AbstractConnector.getThreadPool()
           
 

Methods in org.mortbay.jetty with parameters of type ThreadPool
 void Server.setThreadPool(ThreadPool threadPool)
           
 void AbstractConnector.setThreadPool(ThreadPool pool)
           
 

Uses of ThreadPool in org.mortbay.thread
 

Classes in org.mortbay.thread that implement ThreadPool
 class BoundedThreadPool
          A pool of threads.