Uses of Class
org.apache.tomcat.util.threads.ThreadPool

Packages that use ThreadPool
org.apache.coyote.http11   
org.apache.tomcat.util.net   
org.apache.tomcat.util.threads   
 

Uses of ThreadPool in org.apache.coyote.http11
 

Fields in org.apache.coyote.http11 declared as ThreadPool
protected  ThreadPool Http11Processor.threadPool
           
protected  ThreadPool Http11Protocol.tp
           
 

Methods in org.apache.coyote.http11 with parameters of type ThreadPool
 void Http11Processor.setThreadPool(ThreadPool threadPool)
           
 

Uses of ThreadPool in org.apache.tomcat.util.net
 

Constructors in org.apache.tomcat.util.net with parameters of type ThreadPool
PoolTcpEndpoint(ThreadPool tp)
           
 

Uses of ThreadPool in org.apache.tomcat.util.threads
 

Subclasses of ThreadPool in org.apache.tomcat.util.threads
 class ThreadPoolMX
          Deprecated. This was an attempt to introduce a JMX dependency. A better solution was the ThreadPoolListener - which is more powerfull and provides the same features. The class is here for backward compatibility, all the methods are in super().
 

Methods in org.apache.tomcat.util.threads that return ThreadPool
static ThreadPool ThreadPool.createThreadPool(boolean jmx)
          Create a ThreadPool instance.
 

Methods in org.apache.tomcat.util.threads with parameters of type ThreadPool
 void ThreadPool.ThreadPoolListener.threadEnd(ThreadPool tp, Thread t)
           
 void ThreadPool.ThreadPoolListener.threadStart(ThreadPool tp, Thread t)
           
 



Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.