Package | Description |
---|---|
org.apache.axis2.transport.base | |
org.apache.axis2.transport.base.threads | |
org.apache.axis2.transport.jms |
JMS Listener Configuration (axis2.xml)
|
org.apache.axis2.transport.tcp |
Modifier and Type | Field and Description |
---|---|
protected WorkerPool |
AbstractTransportListener.workerPool
the thread pool to execute actual poll invocations
|
Modifier and Type | Class and Description |
---|---|
class |
NativeWorkerPool
Worker pool implementation based on java.util.concurrent in JDK 1.5 or later.
|
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static ServiceTaskManager |
ServiceTaskManagerFactory.createTaskManagerForService(JMSConnectionFactory jcf,
AxisService service,
WorkerPool workerPool)
Create a ServiceTaskManager for the service passed in and its corresponding JMSConnectionFactory
|
void |
ServiceTaskManager.setWorkerPool(WorkerPool workerPool) |
Constructor and Description |
---|
JMSEndpoint(JMSListener listener,
WorkerPool workerPool) |
Constructor and Description |
---|
TCPServer(TCPEndpoint endpoint,
WorkerPool workerPool) |
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.