Home » apache-tomcat-6.0.26-src » org.apache » tomcat » util » threads » [javadoc | source]
org.apache.tomcat.util.threads
public static interface: ThreadPool.ThreadPoolListener [javadoc | source] Interface to allow applications to be notified when a threads are created and stopped.
Method from org.apache.tomcat.util.threads.ThreadPool$ThreadPoolListener Summary:
threadEnd,   threadStart
Method from org.apache.tomcat.util.threads.ThreadPool$ThreadPoolListener Detail:
 public  void threadEnd(ThreadPool tp,
    Thread t)
 public  void threadStart(ThreadPool tp,
    Thread t)