akka.contrib.pattern
Class ReliableProxy.Idle$

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

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

See Also:
Serialized Form

Constructor Summary
ReliableProxy.Idle$()
           
 
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
 

Constructor Detail

ReliableProxy.Idle$

public ReliableProxy.Idle$()