Package org.springframework.batch.core.job.flow.support.state

Interface Summary
FlowExecutionAggregator Strategy interface for aggregating FlowExecution instances into a single exit status.
 

Class Summary
AbstractState  
DecisionState State that requires a decider to make the status decision.
EndState State implementation for ending a job if it is in progress and continuing if just starting.
FlowState State that delegates to a Flow
MaxValueFlowExecutionAggregator Implementation of the FlowExecutionAggregator interface that aggregates FlowExecutionStatus', using the status with the high precedence as the aggregate status.
SplitState A State implementation that splits a Flow into multiple parallel subflows.
StepState State implementation that delegates to a FlowExecutor to execute the specified Step.
 



Copyright © 2013 SpringSource. All Rights Reserved.