Summer.Batch.Core.Job.Flow.Support.State Namespace Reference

Classes

class  AbstractState
 Abstract State. Base class to implement the IState interface. More...
 
class  EndState
 IState implementation for ending a job if it is in progress and continuing if just starting. More...
 
class  FlowState
 State that delegates to an IFlow. More...
 
interface  IFlowExecutionAggregator
 Strategy interface for aggregating FlowExecution instances into a single exit status. More...
 
class  MaxValueFlowExecutionAggregator
 Implementation of the IFlowExecutionAggregator interface that aggregates FlowExecutionStatus, using the status with the high precedence as the aggregate status. See FlowExecutionStatus for details on status precedence. More...
 
class  SplitState
 A IState implementation that splits an IFlow into multiple parallel subflows. More...
 
class  StepState
 IState implementation that delegates to an IFlowExecutor to execute the specified Step. More...