akka.dispatch
Class MessageDispatcher$

java.lang.Object
  extended by akka.dispatch.MessageDispatcher$

public class MessageDispatcher$
extends java.lang.Object

INTERNAL API


Field Summary
static MessageDispatcher$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
MessageDispatcher$()
           
 
Method Summary
 Index<MessageDispatcher,ActorRef> actors()
           
 boolean debug()
           
 void printActors()
           
 int RESCHEDULED()
           
 int SCHEDULED()
           
 int UNSCHEDULED()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

MessageDispatcher$

public MessageDispatcher$()
Method Detail

UNSCHEDULED

public int UNSCHEDULED()

SCHEDULED

public int SCHEDULED()

RESCHEDULED

public int RESCHEDULED()

debug

public final boolean debug()

actors

public Index<MessageDispatcher,ActorRef> actors()

printActors

public void printActors()