akka.actor.mailbox.filebased.filequeue
Class JournalItem.EndOfFile$

java.lang.Object
  extended by akka.actor.mailbox.filebased.filequeue.JournalItem.EndOfFile$
All Implemented Interfaces:
JournalItem, java.io.Serializable, scala.Equals, scala.Product
Enclosing interface:
JournalItem

public static class JournalItem.EndOfFile$
extends java.lang.Object
implements JournalItem, scala.Product, scala.Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface akka.actor.mailbox.filebased.filequeue.JournalItem
JournalItem.Add, JournalItem.Add$, JournalItem.ConfirmRemove, JournalItem.ConfirmRemove$, JournalItem.EndOfFile$, JournalItem.Remove$, JournalItem.RemoveTentative$, JournalItem.SavedXid, JournalItem.SavedXid$, JournalItem.Unremove, JournalItem.Unremove$
 
Constructor Summary
JournalItem.EndOfFile$()
           
 
Method Summary
 
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
 

Constructor Detail

JournalItem.EndOfFile$

public JournalItem.EndOfFile$()