akka.dispatch.sysmsg
Class NoMessage$

java.lang.Object
  extended by akka.dispatch.sysmsg.NoMessage$
All Implemented Interfaces:
java.io.Serializable, scala.Equals, scala.Product

public class NoMessage$
extends java.lang.Object
implements scala.Product, scala.Serializable

INTERNAL API

See Also:
Serialized Form

Field Summary
static NoMessage$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
NoMessage$()
           
 
Method Summary
 akka.dispatch.sysmsg.SystemMessage next()
           
 void unlink()
           
 boolean unlinked()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

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

Constructor Detail

NoMessage$

public NoMessage$()
Method Detail

next

public akka.dispatch.sysmsg.SystemMessage next()

unlink

public void unlink()

unlinked

public boolean unlinked()