Package akka.dispatch
Class Mailbox$
- java.lang.Object
-
- akka.dispatch.Mailbox$
-
- All Implemented Interfaces:
java.io.Serializable
public class Mailbox$ extends java.lang.Object implements java.io.Serializable
INTERNAL API- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Mailbox$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
Closed()
boolean
debug()
int
Open()
int
Scheduled()
int
shouldNotProcessMask()
int
shouldScheduleMask()
int
suspendMask()
int
suspendUnit()
-
-
-
Field Detail
-
MODULE$
public static final Mailbox$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
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()
-
-