org.prevayler.implementation.journal
Class TransientJournal

java.lang.Object
  extended by org.prevayler.implementation.journal.TransientJournal
All Implemented Interfaces:
Journal

public class TransientJournal
extends Object
implements Journal


Constructor Summary
TransientJournal()
           
 
Method Summary
 void append(TransactionGuide guide)
           
 void close()
           
 long nextTransaction()
           
 void update(TransactionSubscriber subscriber, long initialTransaction)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransientJournal

public TransientJournal()
Method Detail

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.