akka.dispatch
Class Mailbox$

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

public class Mailbox$
extends java.lang.Object

INTERNAL API


Field Summary
static Mailbox$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Mailbox$()
           
 
Method Summary
 int Closed()
           
 boolean debug()
           
 int Open()
           
 int Scheduled()
           
 int shouldNotProcessMask()
           
 int shouldScheduleMask()
           
 int suspendMask()
           
 int suspendUnit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

Mailbox$

public Mailbox$()
Method Detail

Open

public final int Open()

Closed

public final int Closed()

Scheduled

public final int Scheduled()

shouldScheduleMask

public final int shouldScheduleMask()

shouldNotProcessMask

public final int shouldNotProcessMask()

suspendMask

public final int suspendMask()

suspendUnit

public final int suspendUnit()

debug

public final boolean debug()