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.SerializableINTERNAL API- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description Mailbox$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intClosed()booleandebug()intOpen()intScheduled()intshouldNotProcessMask()intshouldScheduleMask()intsuspendMask()intsuspendUnit() 
 - 
 
- 
- 
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()
 
 - 
 
 -