Uses of Class
org.springframework.batch.core.job.flow.support.state.AbstractState

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

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

Subclasses of AbstractState in org.springframework.batch.core.job.flow.support.state
 class DecisionState
          State that requires a decider to make the status decision.
 class EndState
          State implementation for ending a job if it is in progress and continuing if just starting.
 class SplitState
          A State implementation that splits a Flow into multiple parallel subflows.
 class StepState
          State implementation that delegates to a FlowExecutor to execute the specified Step.
 



Copyright © 2009 SpringSource. All Rights Reserved.