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.


Nested Class Summary
static class Status.Failure
          This class/message type is preferably used to indicate failure of some operation performed.
static class Status.Failure$
           
static interface Status.Status
           
static class Status.Success
          This class/message type is preferably used to indicate success of some operation performed.
static class Status.Success$
           
 
Constructor Summary
Status()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Status

public Status()