Uses of Interface
org.springframework.batch.core.job.flow.FlowExecutor

Packages that use FlowExecutor
org.springframework.batch.core.job.flow   
org.springframework.batch.core.job.flow.support   
org.springframework.batch.core.job.flow.support.state   
 

Uses of FlowExecutor in org.springframework.batch.core.job.flow
 

Classes in org.springframework.batch.core.job.flow that implement FlowExecutor
 class JobFlowExecutor
          Implementation of FlowExecutor for use in components that need to execute a flow related to a JobExecution.
 

Methods in org.springframework.batch.core.job.flow with parameters of type FlowExecutor
 FlowExecutionStatus State.handle(FlowExecutor executor)
          Handle some business or processing logic and return a status that can be used to drive a flow to the next State.
 FlowExecution Flow.resume(java.lang.String stateName, FlowExecutor executor)
           
 FlowExecution Flow.start(FlowExecutor executor)
           
 

Uses of FlowExecutor in org.springframework.batch.core.job.flow.support
 

Methods in org.springframework.batch.core.job.flow.support with parameters of type FlowExecutor
 FlowExecution SimpleFlow.resume(java.lang.String stateName, FlowExecutor executor)
           
 FlowExecution SimpleFlow.start(FlowExecutor executor)
           
 

Uses of FlowExecutor in org.springframework.batch.core.job.flow.support.state
 

Methods in org.springframework.batch.core.job.flow.support.state with parameters of type FlowExecutor
 FlowExecutionStatus SplitState.handle(FlowExecutor executor)
          Execute the flows in parallel by passing them to the TaskExecutor and wait for all of them to finish before proceeding.
abstract  FlowExecutionStatus AbstractState.handle(FlowExecutor executor)
           
 FlowExecutionStatus StepState.handle(FlowExecutor executor)
           
 FlowExecutionStatus FlowState.handle(FlowExecutor executor)
           
 FlowExecutionStatus DecisionState.handle(FlowExecutor executor)
           
 FlowExecutionStatus EndState.handle(FlowExecutor executor)
          Return the FlowExecutionStatus stored.
 



Copyright © 2011. All Rights Reserved.