Package org.apache.axis2.util.threadpool

Interface Summary
AxisWorker Worker interface for Axis Workers.
 

Class Summary
ThreadPool This the thread pool for axis2.
ThreadWorker This is the thread worker for the Axis2's thread pool This will pick a worker from the thread pool and executes its doWork() method of the particular worker.