Class SimpleStepHandler

java.lang.Object
org.springframework.batch.core.job.SimpleStepHandler
All Implemented Interfaces:
StepHandler, org.springframework.beans.factory.InitializingBean

public class SimpleStepHandler extends Object implements StepHandler, org.springframework.beans.factory.InitializingBean
Implementation of StepHandler that manages repository and restart concerns.
Author:
Dave Syer