org.apache.tomcat.util.threads

Interface ThreadPool.ThreadPoolListener

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, Thread t)
void
threadStart(ThreadPool tp, Thread t)

Method Details

threadEnd

public void threadEnd(ThreadPool tp,
                      Thread t)


threadStart

public void threadStart(ThreadPool tp,
                        Thread t)


Copyright B) 2000-2003 Apache Software Foundation. All Rights Reserved.