akka.contrib.pattern
Class ClusterReceptionist.Internal$

java.lang.Object
  extended by akka.contrib.pattern.ClusterReceptionist.Internal$
Enclosing class:
ClusterReceptionist

public static class ClusterReceptionist.Internal$
extends java.lang.Object

INTERNAL API


Nested Class Summary
 class ClusterReceptionist.Internal$.ClientResponseTunnel
          Replies are tunneled via this actor, child of the receptionist, to avoid inbound connections from other cluster nodes to the client.
 class ClusterReceptionist.Internal$.Contacts
           
 class ClusterReceptionist.Internal$.GetContacts
           
 class ClusterReceptionist.Internal$.Ping
           
 
Field Summary
static ClusterReceptionist.Internal$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ClusterReceptionist.Internal$()
           
 
Method Summary
 scala.Option<java.lang.String> roleOption(java.lang.String role)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

ClusterReceptionist.Internal$

public ClusterReceptionist.Internal$()
Method Detail

roleOption

public scala.Option<java.lang.String> roleOption(java.lang.String role)