public interface ThreadManager
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ROLE |
| Modifier and Type | Method and Description |
|---|---|
org.apache.excalibur.thread.ThreadPool |
getDefaultThreadPool()
Retrieve the default thread pool.
|
org.apache.excalibur.thread.ThreadPool |
getThreadPool(java.lang.String name)
Retrieve a thread pool by name.
|
org.apache.excalibur.thread.ThreadPool getThreadPool(java.lang.String name)
throws java.lang.IllegalArgumentException
name - the name of thread pooljava.lang.IllegalArgumentException - if the name of thread pool is
invalid or named pool does not existorg.apache.excalibur.thread.ThreadPool getDefaultThreadPool()