akka.actor
Class ActorDSL.Extension$

java.lang.Object
  extended by akka.actor.ActorDSL.Extension$
All Implemented Interfaces:
ExtensionId<ActorDSL.Extension>, ExtensionIdProvider
Enclosing class:
ActorDSL

protected static class ActorDSL.Extension$
extends java.lang.Object
implements ExtensionId<ActorDSL.Extension>, ExtensionIdProvider


Constructor Summary
ActorDSL.Extension$()
           
 
Method Summary
 ActorDSL.Extension createExtension(ExtendedActorSystem system)
          Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
 ActorDSL.Extension get(ActorSystem system)
          Java API: retrieve the ActorDSL extension for the given system.
 ActorDSL.Extension$ lookup()
          Returns the canonical ExtensionId for this Extension
 
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
 

Constructor Detail

ActorDSL.Extension$

public ActorDSL.Extension$()
Method Detail

lookup

public ActorDSL.Extension$ lookup()
Description copied from interface: ExtensionIdProvider
Returns the canonical ExtensionId for this Extension

Specified by:
lookup in interface ExtensionIdProvider

createExtension

public ActorDSL.Extension createExtension(ExtendedActorSystem system)
Description copied from interface: ExtensionId
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.

Specified by:
createExtension in interface ExtensionId<ActorDSL.Extension>

get

public ActorDSL.Extension get(ActorSystem system)
Java API: retrieve the ActorDSL extension for the given system.

Specified by:
get in interface ExtensionId<ActorDSL.Extension>