Uses of Interface
org.apache.axis2.transport.base.threads.WorkerPool
-
Packages that use WorkerPool Package Description org.apache.axis2.transport.base org.apache.axis2.transport.base.threads org.apache.axis2.transport.jms Transport implementation for JMS.org.apache.axis2.transport.tcp -
-
Uses of WorkerPool in org.apache.axis2.transport.base
Fields in org.apache.axis2.transport.base declared as WorkerPool Modifier and Type Field Description protected WorkerPool
AbstractTransportListener. workerPool
the 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 WorkerPool Modifier and Type Class Description class
NativeWorkerPool
Worker pool implementation based on java.util.concurrent in JDK 1.5 or later.Methods in org.apache.axis2.transport.base.threads that return WorkerPool Modifier and Type Method Description static WorkerPool
WorkerPoolFactory. getWorkerPool(int core, int max, int keepAlive, int queueLength, int waterMark, String threadGroupName, String threadGroupId)
static WorkerPool
WorkerPoolFactory. getWorkerPool(int core, int max, int keepAlive, int queueLength, String threadGroupName, String threadGroupId)
static WorkerPool
WorkerPoolFactory. getWorkerPool(int core, int max, int keepAlive, int queueLength, String threadGroupName, String threadGroupId, BlockingQueue<Runnable> queue)
-
Uses of WorkerPool in org.apache.axis2.transport.jms
Methods in org.apache.axis2.transport.jms with parameters of type WorkerPool Modifier and Type Method Description static ServiceTaskManager
ServiceTaskManagerFactory. createTaskManagerForService(JMSConnectionFactory jcf, AxisService service, WorkerPool workerPool)
Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactoryvoid
ServiceTaskManager. setWorkerPool(WorkerPool workerPool)
Constructors in org.apache.axis2.transport.jms with parameters of type WorkerPool Constructor Description JMSEndpoint(JMSListener listener, WorkerPool workerPool)
-
Uses of WorkerPool in org.apache.axis2.transport.tcp
Constructors in org.apache.axis2.transport.tcp with parameters of type WorkerPool Constructor Description TCPServer(TCPEndpoint endpoint, WorkerPool workerPool)
-