| Package | Description |
|---|---|
| org.apache.tomcat.util.threads |
| Modifier and Type | Field and Description |
|---|---|
protected ThreadPool.ControlRunnable[] |
ThreadPool.pool |
| Modifier and Type | Method and Description |
|---|---|
void |
ThreadPool.addThread(Thread t,
ThreadPool.ControlRunnable cr) |
protected void |
ThreadPool.notifyThreadEnd(ThreadPool.ControlRunnable c)
Inform the pool that the specific thread finish.
|
protected void |
ThreadPool.returnController(ThreadPool.ControlRunnable c)
Returns the thread to the pool.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.