Uses of Interface
org.apache.axis2.transport.base.threads.WorkerPool
Packages that use WorkerPool
-
Uses of WorkerPool in org.apache.axis2.transport.base
Fields in org.apache.axis2.transport.base declared as WorkerPoolModifier and TypeFieldDescriptionprotected WorkerPoolAbstractTransportListener.workerPoolthe thread pool to execute actual poll invocations -
Uses of WorkerPool in org.apache.axis2.transport.base.threads
Classes in org.apache.axis2.transport.base.threads that implement WorkerPoolModifier and TypeClassDescriptionclassWorker pool implementation based on java.util.concurrent in JDK 1.5 or later.Methods in org.apache.axis2.transport.base.threads that return WorkerPoolModifier and TypeMethodDescriptionstatic WorkerPoolWorkerPoolFactory.getWorkerPool(int core, int max, int keepAlive, int queueLength, int waterMark, String threadGroupName, String threadGroupId) static WorkerPoolWorkerPoolFactory.getWorkerPool(int core, int max, int keepAlive, int queueLength, String threadGroupName, String threadGroupId) static WorkerPoolWorkerPoolFactory.getWorkerPool(int core, int max, int keepAlive, int queueLength, String threadGroupName, String threadGroupId, BlockingQueue<Runnable> queue)