org.apache.commons.threadpool
Class CommonsLoggingThreadPoolMonitor

java.lang.Object
  extended by org.apache.commons.threadpool.CommonsLoggingThreadPoolMonitor
All Implemented Interfaces:
ThreadPoolMonitor

public class CommonsLoggingThreadPoolMonitor
extends Object
implements ThreadPoolMonitor


Constructor Summary
CommonsLoggingThreadPoolMonitor()
           
 
Method Summary
 void handleThrowable(Class clazz, Runnable runnable, Throwable throwable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommonsLoggingThreadPoolMonitor

public CommonsLoggingThreadPoolMonitor()
Method Detail

handleThrowable

public void handleThrowable(Class clazz,
                            Runnable runnable,
                            Throwable throwable)
Specified by:
handleThrowable in interface ThreadPoolMonitor


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