org.prevayler.implementation.journal
Class TransientJournal
java.lang.Object
org.prevayler.implementation.journal.TransientJournal
- All Implemented Interfaces:
- Journal
public class TransientJournal
- extends Object
- implements Journal
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransientJournal
public TransientJournal()
append
public void append(TransactionGuide guide)
- Specified by:
append
in interface Journal
update
public void update(TransactionSubscriber subscriber,
long initialTransaction)
throws IOException
- Specified by:
update
in interface Journal
- Throws:
IOException
close
public void close()
- Specified by:
close
in interface Journal
nextTransaction
public long nextTransaction()
- Specified by:
nextTransaction
in interface Journal
Copyright © 2001-2013. All Rights Reserved.