Uses of Interface
org.springframework.batch.core.step.StepHolder

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

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

Classes in org.springframework.batch.core.job.flow.support.state that implement StepHolder
 class StepState
          State implementation that delegates to a FlowExecutor to execute the specified Step.
 

Uses of StepHolder in org.springframework.batch.core.partition.support
 

Classes in org.springframework.batch.core.partition.support that implement StepHolder
 class TaskExecutorPartitionHandler
          A PartitionHandler that uses a TaskExecutor to execute the partitioned Step locally in multiple threads.
 



Copyright © 2013 SpringSource. All Rights Reserved.