org.apache.commons.threadpool
Class NullThreadPoolMonitor

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

public class NullThreadPoolMonitor
extends Object
implements ThreadPoolMonitor

NullObject pattern impl of ThreadPoolMonitor


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

Constructor Detail

NullThreadPoolMonitor

public NullThreadPoolMonitor()
Method Detail

handleThrowable

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


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