akka.remote.transport
Class AssociationRegistry$

java.lang.Object
  extended by akka.remote.transport.AssociationRegistry$

public class AssociationRegistry$
extends java.lang.Object


Field Summary
static AssociationRegistry$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
AssociationRegistry$()
           
 
Method Summary
 void clear()
           
 TestTransport.AssociationRegistry get(java.lang.String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

AssociationRegistry$

public AssociationRegistry$()
Method Detail

get

public TestTransport.AssociationRegistry get(java.lang.String key)

clear

public void clear()