org.apache.tomcat.util.threads
public static interface ThreadPool.ThreadPoolListener
Modifier and Type | Method and Description |
---|---|
void |
threadEnd(ThreadPool tp,
java.lang.Thread t) |
void |
threadStart(ThreadPool tp,
java.lang.Thread t) |
void threadStart(ThreadPool tp, java.lang.Thread t)
void threadEnd(ThreadPool tp, java.lang.Thread t)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.