akka.dispatch.sysmsg
Class SystemMessageList

java.lang.Object
  extended by akka.dispatch.sysmsg.SystemMessageList

public class SystemMessageList
extends java.lang.Object

INTERNAL API

Helper companion object for LatestFirstSystemMessageList and EarliestFirstSystemMessageList


Constructor Summary
SystemMessageList()
           
 
Method Summary
static akka.dispatch.sysmsg.EarliestFirstSystemMessageList ENil()
           
static akka.dispatch.sysmsg.LatestFirstSystemMessageList LNil()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemMessageList

public SystemMessageList()
Method Detail

LNil

public static final akka.dispatch.sysmsg.LatestFirstSystemMessageList LNil()

ENil

public static final akka.dispatch.sysmsg.EarliestFirstSystemMessageList ENil()