Uses of Class
com.sun.grizzly.http.jk.util.threads.ThreadPool

Packages that use ThreadPool
com.sun.grizzly.http.jk.common   
com.sun.grizzly.http.jk.util.threads   
 

Uses of ThreadPool in com.sun.grizzly.http.jk.common
 

Methods in com.sun.grizzly.http.jk.common that return ThreadPool
 ThreadPool ChannelSocket.getThreadPool()
           
 ThreadPool ChannelUn.getThreadPool()
           
 ThreadPool ChannelNioSocket.getThreadPool()
           
 

Uses of ThreadPool in com.sun.grizzly.http.jk.util.threads
 

Methods in com.sun.grizzly.http.jk.util.threads that return ThreadPool
static ThreadPool ThreadPool.createThreadPool(boolean jmx)
          Create a ThreadPool instance.
 

Methods in com.sun.grizzly.http.jk.util.threads with parameters of type ThreadPool
 void ThreadPool.ThreadPoolListener.threadEnd(ThreadPool tp, Thread t)
           
 void ThreadPool.ThreadPoolListener.threadStart(ThreadPool tp, Thread t)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.