akka.testkit
Class CallingThreadDispatcherQueues$

java.lang.Object
  extended by akka.testkit.CallingThreadDispatcherQueues$
All Implemented Interfaces:
ExtensionId<CallingThreadDispatcherQueues>, ExtensionIdProvider

public class CallingThreadDispatcherQueues$
extends java.lang.Object
implements ExtensionId<CallingThreadDispatcherQueues>, ExtensionIdProvider


Field Summary
static CallingThreadDispatcherQueues$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
CallingThreadDispatcherQueues$()
           
 
Method Summary
 CallingThreadDispatcherQueues createExtension(ExtendedActorSystem system)
          Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
 CallingThreadDispatcherQueues$ 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, get, hashCode
 

Field Detail

MODULE$

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

Constructor Detail

CallingThreadDispatcherQueues$

public CallingThreadDispatcherQueues$()
Method Detail

lookup

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

Specified by:
lookup in interface ExtensionIdProvider
Returns:
(undocumented)

createExtension

public CallingThreadDispatcherQueues 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<CallingThreadDispatcherQueues>
Parameters:
system - (undocumented)
Returns:
(undocumented)