akka.contrib.pattern
Class ReliableProxy.Active$

java.lang.Object
  extended by akka.contrib.pattern.ReliableProxy.Active$
All Implemented Interfaces:
ReliableProxy.State, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ReliableProxy

public static class ReliableProxy.Active$
extends java.lang.Object
implements ReliableProxy.State, scala.Product, scala.Serializable

See Also:
Serialized Form

Field Summary
static ReliableProxy.Active$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ReliableProxy.Active$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

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

Constructor Detail

ReliableProxy.Active$

public ReliableProxy.Active$()