Uses of Interface
org.apache.axis2.transport.base.threads.WorkerPool

Packages that use WorkerPool
org.apache.axis2.transport.base   
org.apache.axis2.transport.base.threads   
org.apache.axis2.transport.jms JMS Listener Configuration (axis2.xml) 
 

Uses of WorkerPool in org.apache.axis2.transport.base
 

Fields in org.apache.axis2.transport.base declared as WorkerPool
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
 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
static WorkerPool WorkerPoolFactory.getWorkerPool(int core, int max, int keepAlive, int queueLength, java.lang.String threadGroupName, java.lang.String threadGroupId)
           
 

Uses of WorkerPool in org.apache.axis2.transport.jms
 

Methods in org.apache.axis2.transport.jms with parameters of type WorkerPool
static ServiceTaskManager ServiceTaskManagerFactory.createTaskManagerForService(JMSConnectionFactory jcf, org.apache.axis2.description.AxisService service, WorkerPool workerPool)
          Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactory
 void ServiceTaskManager.setWorkerPool(WorkerPool workerPool)
           
 

Constructors in org.apache.axis2.transport.jms with parameters of type WorkerPool
JMSEndpoint(JMSListener listener, WorkerPool workerPool)
           
 



Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.