|
|||||||||
| Home >> All >> org >> apache >> tomcat >> util >> [ threads overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.tomcat.util.threads
Interface ThreadPool.ThreadPoolListener

- Enclosing interface:
- ThreadPool
- public static interface ThreadPool.ThreadPoolListener
Interface to allow applications to be notified when a threads are created and stopped.
| Method Summary | |
void |
threadEnd(ThreadPool tp,
java.lang.Thread t)
|
void |
threadStart(ThreadPool tp,
java.lang.Thread t)
|
| Method Detail |
threadStart
public void threadStart(ThreadPool tp, java.lang.Thread t)
threadEnd
public void threadEnd(ThreadPool tp, java.lang.Thread t)
|
|||||||||
| Home >> All >> org >> apache >> tomcat >> util >> [ threads overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC