de.grogra.persistence
Class LogStore.Entry

java.lang.Object
  extended by de.grogra.persistence.LogStore.Entry
Enclosing class:
LogStore

public static final class LogStore.Entry
extends java.lang.Object


Method Summary
 Transaction.Data getData()
           
 Transaction.Key getKey()
           
 LogStore.Entry getNext()
           
 LogStore.Entry getPrevious()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getData

public Transaction.Data getData()

getKey

public Transaction.Key getKey()

getNext

public LogStore.Entry getNext()

getPrevious

public LogStore.Entry getPrevious()