Uses of Class
org.prevayler.foundation.Turn

Packages that use Turn
org.prevayler.foundation   
org.prevayler.implementation   
 

Uses of Turn in org.prevayler.foundation
 

Methods in org.prevayler.foundation that return Turn
static Turn Turn.first()
          The first turn through a pipeline, allowed to flow freely through all stages.
 Turn Turn.next()
          The next turn through the pipeline, allowed to flow only as far as this turn has already gone.
 

Constructors in org.prevayler.foundation with parameters of type Turn
Guided(Turn turn)
           
 

Uses of Turn in org.prevayler.implementation
 

Constructors in org.prevayler.implementation with parameters of type Turn
TransactionGuide(TransactionTimestamp transactionTimestamp, Turn pipelineTurn)
           
 



Copyright © 2001-2013. All Rights Reserved.