akka.actor
Class AllForOneStrategy$

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

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

See Also:
Serialized Form

Field Summary
static AllForOneStrategy$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
AllForOneStrategy$()
           
 
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 AllForOneStrategy$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

AllForOneStrategy$

public AllForOneStrategy$()