akka.dispatch
Class MonitorableThreadFactory$

java.lang.Object
  extended by akka.dispatch.MonitorableThreadFactory$
All Implemented Interfaces:
java.io.Serializable

public class MonitorableThreadFactory$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static MonitorableThreadFactory$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
MonitorableThreadFactory$()
           
 
Method Summary
 java.lang.Thread.UncaughtExceptionHandler doNothing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

public static final MonitorableThreadFactory$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

MonitorableThreadFactory$

public MonitorableThreadFactory$()
Method Detail

doNothing

public java.lang.Thread.UncaughtExceptionHandler doNothing()