|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.tomcat.util.threads.ThreadPool
org.apache.tomcat.util.threads.ThreadPoolMX
public class ThreadPoolMX
Manageable thread pool.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.apache.tomcat.util.threads.ThreadPool |
|---|
ThreadPool.ControlRunnable, ThreadPool.MonitorRunnable, ThreadPool.ThreadPoolListener |
| Field Summary | |
|---|---|
protected String |
domain
Deprecated. |
protected String |
name
Deprecated. |
| Fields inherited from class org.apache.tomcat.util.threads.ThreadPool |
|---|
currentThreadCount, currentThreadsBusy, isDaemon, listeners, MAX_SPARE_THREADS, MAX_THREADS, MAX_THREADS_MIN, maxSpareThreads, maxThreads, MIN_SPARE_THREADS, minSpareThreads, monitor, pool, sequence, stopThePool, threads, WORK_WAIT_TIMEOUT |
| Constructor Summary | |
|---|---|
ThreadPoolMX()
Deprecated. |
|
| Method Summary |
|---|
| Methods inherited from class org.apache.tomcat.util.threads.ThreadPool |
|---|
addThread, addThreadPoolListener, adjustLimits, checkSpareControllers, createThreadPool, getCurrentThreadCount, getCurrentThreadsBusy, getDaemon, getDebug, getMaxSpareThreads, getMaxThreads, getMinSpareThreads, getMonitor, getName, getSequence, getThreadParam, getThreads, getThreadStatus, isDaemon, notifyThreadEnd, openThreads, removeThread, returnController, run, runIt, setDaemon, setMaxSpareThreads, setMaxThreads, setMinSpareThreads, setName, shutdown, start, threadStatusString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String domain
protected String name
| Constructor Detail |
|---|
public ThreadPoolMX()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||