akka.actor
Class OneForOneStrategy$

java.lang.Object
  extended by akka.actor.OneForOneStrategy$
All Implemented Interfaces:
java.io.Serializable

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

See Also:
Serialized Form

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

Field Detail

MODULE$

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

Constructor Detail

OneForOneStrategy$

public OneForOneStrategy$()