akka.actor
Class Status$

java.lang.Object
  extended by akka.actor.Status$

public class Status$
extends java.lang.Object

Classes for passing status back to the sender. Used for internal ACKing protocol. But exposed as utility class for user-specific ACKing protocols as well.


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

Constructor Detail

Status$

public Status$()