org.prevayler.implementation
Class TransactionGuide

java.lang.Object
  extended by org.prevayler.foundation.Guided
      extended by org.prevayler.implementation.TransactionGuide

public class TransactionGuide
extends Guided


Constructor Summary
TransactionGuide(TransactionTimestamp transactionTimestamp, Turn pipelineTurn)
           
 
Method Summary
 void checkSystemVersion(long expectedSystemVersion)
           
 Date executionTime()
           
 TransactionTimestamp timestamp()
           
 void writeTo(OutputStream stream)
           
 
Methods inherited from class org.prevayler.foundation.Guided
abortTurn, endTurn, startTurn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TransactionGuide

public TransactionGuide(TransactionTimestamp transactionTimestamp,
                        Turn pipelineTurn)
Method Detail

timestamp

public TransactionTimestamp timestamp()

checkSystemVersion

public void checkSystemVersion(long expectedSystemVersion)

executionTime

public Date executionTime()

writeTo

public void writeTo(OutputStream stream)
             throws IOException
Specified by:
writeTo in class Guided
Throws:
IOException


Copyright © 2001-2013. All Rights Reserved.