|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ThreadPoolRunnable
Implemented if you want to run a piece of code inside a thread pool.
Method Summary | |
---|---|
java.lang.Object[] |
getInitData()
Called when this object is first loaded in the thread pool. |
void |
runIt(java.lang.Object[] thData)
This method will be executed in one of the pool's threads. |
Method Detail |
---|
java.lang.Object[] getInitData()
void runIt(java.lang.Object[] thData)
|
Apache Tomcat 6.0.53 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |