akka.remote
Class RARP$

java.lang.Object
  extended by akka.remote.RARP$
All Implemented Interfaces:
akka.actor.ExtensionId<RARP>, akka.actor.ExtensionIdProvider, java.io.Serializable

public class RARP$
extends java.lang.Object
implements akka.actor.ExtensionId<RARP>, akka.actor.ExtensionIdProvider, scala.Serializable

INTERNAL API

See Also:
Serialized Form

Field Summary
static RARP$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
RARP$()
           
 
Method Summary
 RARP createExtension(akka.actor.ExtendedActorSystem system)
           
 RARP$ lookup()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.actor.ExtensionId
apply, equals, get, hashCode
 

Field Detail

MODULE$

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

Constructor Detail

RARP$

public RARP$()
Method Detail

lookup

public RARP$ lookup()
Specified by:
lookup in interface akka.actor.ExtensionIdProvider

createExtension

public RARP createExtension(akka.actor.ExtendedActorSystem system)
Specified by:
createExtension in interface akka.actor.ExtensionId<RARP>