akka.remote
Class AddressUidExtension$

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

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

Extension that holds a uid that is assigned as a random Int. The uid is intended to be used together with an Address to be able to distinguish restarted actor system using the same host and port.


Field Summary
static AddressUidExtension$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
AddressUidExtension$()
           
 
Method Summary
 AddressUidExtension createExtension(akka.actor.ExtendedActorSystem system)
           
 AddressUidExtension get(akka.actor.ActorSystem system)
           
 AddressUidExtension$ 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, hashCode
 

Field Detail

MODULE$

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

Constructor Detail

AddressUidExtension$

public AddressUidExtension$()
Method Detail

get

public AddressUidExtension get(akka.actor.ActorSystem system)
Specified by:
get in interface akka.actor.ExtensionId<AddressUidExtension>

lookup

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

createExtension

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