com.funambol.util
Class ThreadPoolMonitor

java.lang.Object
  extended by com.funambol.util.ThreadPoolMonitor

public class ThreadPoolMonitor
extends java.lang.Object

Class monitoring the thread pool to handle any throwable


Constructor Summary
ThreadPoolMonitor()
           
 
Method Summary
 void handleThrowable(java.lang.Class clazz, java.lang.Runnable runnable, java.lang.Throwable throwable)
          Handles any throwable event occurring in Thread Pool when running a task
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadPoolMonitor

public ThreadPoolMonitor()
Method Detail

handleThrowable

public void handleThrowable(java.lang.Class clazz,
                            java.lang.Runnable runnable,
                            java.lang.Throwable throwable)
Handles any throwable event occurring in Thread Pool when running a task



Copyright © 2001-2009 Funambol.