org.apache.tomcat.util.threads
public static class ThreadPool.ControlRunnable extends Object implements Runnable
Method Summary | |
---|---|
void | kill() |
void | run() |
void | runIt(Runnable toRun) Run a task
|
void | runIt(ThreadPoolRunnable toRun) Run a task
|
void | stop() |
void | terminate() |
Parameters: toRun
Parameters: toRun