org.apache.tomcat.util.threads
public interface ThreadPoolRunnable
Modifier and Type | Method and Description |
---|---|
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.
|
java.lang.Object[] getInitData()
void runIt(java.lang.Object[] thData)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.