| Interface | Description |
|---|---|
| ThreadCleanup |
If certain Threads in a ThreadPool need to be cleaned up before being reused, an implementation
of this interface should be provided so that the relevant cleaning up could be performed.
|
| WorkerPool |
| Class | Description |
|---|---|
| Axis2ThreadPoolExecutor |
TODO: class description
|
| NativeThreadFactory |
This is a simple ThreadFactory implementation using java.util.concurrent
Creates threads with the given name prefix
|
| NativeWorkerPool |
Worker pool implementation based on java.util.concurrent in JDK 1.5 or later.
|
| ThreadCleanupContainer |
A container which will hold
ThreadCleanup objects |
| WorkerPoolFactory |
Worker pool factory.
|
Copyright © 2004-2017 The Apache Software Foundation. All Rights Reserved.