akka.contrib.pattern
Class ReliableProxy$

java.lang.Object
  extended by akka.contrib.pattern.ReliableProxy$

public class ReliableProxy$
extends java.lang.Object


Field Summary
static ReliableProxy$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ReliableProxy$()
           
 
Method Summary
 ReliableProxy.Active$ active()
           
 int compare(int a, int b)
          Wrap-around aware comparison of integers: differences limited to 2^31-1 in magnitude will work correctly.
 ReliableProxy.Idle$ idle()
           
 Props receiver(ActorRef target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ReliableProxy$

public ReliableProxy$()
Method Detail

compare

public int compare(int a,
                   int b)
Wrap-around aware comparison of integers: differences limited to 2^31-1 in magnitude will work correctly.


receiver

public Props receiver(ActorRef target)

idle

public ReliableProxy.Idle$ idle()

active

public ReliableProxy.Active$ active()