Uses of Class
org.apache.axis2.util.threadpool.ThreadPool

Packages that use ThreadPool
org.apache.axis2.context   
org.apache.axis2.util.threadpool   
 

Uses of ThreadPool in org.apache.axis2.context
 

Methods in org.apache.axis2.context that return ThreadPool
 ThreadPool ConfigurationContext.getThreadPool()
           
 

Uses of ThreadPool in org.apache.axis2.util.threadpool
 

Methods in org.apache.axis2.util.threadpool with parameters of type ThreadPool
 void ThreadWorker.setPool(ThreadPool pool)