| Package | Description |
|---|---|
| org.apache.axis2.transport.base | |
| org.apache.axis2.transport.base.threads |
| 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) |
Copyright © 2004–2017 The Apache Software Foundation. All rights reserved.