org.prevayler.foundation
Class Guided

java.lang.Object
  extended by org.prevayler.foundation.Guided
Direct Known Subclasses:
TransactionGuide

public abstract class Guided
extends Object


Constructor Summary
protected Guided(Turn turn)
           
 
Method Summary
 void abortTurn(String message, Throwable cause)
           
 void endTurn()
           
 void startTurn()
           
abstract  void writeTo(OutputStream stream)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Guided

protected Guided(Turn turn)
Method Detail

startTurn

public void startTurn()

endTurn

public void endTurn()

abortTurn

public void abortTurn(String message,
                      Throwable cause)

writeTo

public abstract void writeTo(OutputStream stream)
                      throws IOException
Throws:
IOException


Copyright © 2001-2013. All Rights Reserved.