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
voidthreadEnd(ThreadPool tp, Thread t)
voidthreadStart(ThreadPool tp, Thread t)

Method Detail

threadEnd

public void threadEnd(ThreadPool tp, Thread t)

threadStart

public void threadStart(ThreadPool tp, Thread t)
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.