org.apache.commons.threadpool
Interface ThreadPoolMonitor

All Known Implementing Classes:
CommonsLoggingThreadPoolMonitor, NullThreadPoolMonitor

public interface ThreadPoolMonitor

The idea is that the end-user can write a implementation of this class that allows them have a deterministic for the events that are monitored for. I.e. they can change the state of other parts of their system (or not). One implementation of this is logging....

See Also:
CommonsLoggingThreadPoolMonitor, NullThreadPoolMonitor

Method Summary
 void handleThrowable(Class clazz, Runnable runnable, Throwable t)
           
 

Method Detail

handleThrowable

void handleThrowable(Class clazz,
                     Runnable runnable,
                     Throwable t)


Copyright © 2001-2010 The Apache Software Foundation. All Rights Reserved.