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

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

public static class JournalItem.RemoveTentative$
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$
 
Field Summary
static JournalItem.RemoveTentative$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
JournalItem.RemoveTentative$()
           
 
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
 

Field Detail

MODULE$

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

Constructor Detail

JournalItem.RemoveTentative$

public JournalItem.RemoveTentative$()