|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.tomcat.util.threads.ThreadPool.ControlRunnable
public static class ThreadPool.ControlRunnable
A Thread object that executes various actions ( ThreadPoolRunnable ) under control of ThreadPool
Method Summary | |
---|---|
void |
kill()
|
void |
run()
|
void |
runIt(java.lang.Runnable toRun)
Run a task |
void |
runIt(ThreadPoolRunnable toRun)
Run a task |
void |
stop()
|
void |
terminate()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public void run()
run
in interface java.lang.Runnable
public void runIt(java.lang.Runnable toRun)
toRun
- public void runIt(ThreadPoolRunnable toRun)
toRun
- public void stop()
public void kill()
public void terminate()
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |