| Package | Description |
|---|---|
| org.apache.avalon.excalibur.thread.impl | |
| org.apache.excalibur.thread.impl |
| Modifier and Type | Class and Description |
|---|---|
(package private) class |
BasicThreadPool
The ThreadPool that binds to Legacy Pooling implementation.
|
| Constructor and Description |
|---|
SimpleWorkerThread(AbstractThreadPool pool,
java.lang.ThreadGroup group,
java.lang.String name)
Allocates a new
Worker object. |
| Modifier and Type | Field and Description |
|---|---|
private AbstractThreadPool |
WorkerThread.m_pool
The thread pool this thread is associated with.
|
| Constructor and Description |
|---|
WorkerThread(AbstractThreadPool pool,
java.lang.ThreadGroup group,
java.lang.String name)
Allocates a new
Worker object. |