Class StepScopeManager
- java.lang.Object
- org.springframework.batch.core.scope.context.StepScopeManager
public class StepScopeManager extends java.lang.ObjectConvenient aspect to wrap a single threaded step execution, where the implementation of theStepis not step scope aware (i.e. not the ones provided by the framework).- Author:
- Dave Syer
Constructor Summary
Constructors Constructor Description StepScopeManager()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(Step step, StepExecution stepExecution)
Method Detail
execute
public void execute(Step step, StepExecution stepExecution) throws JobInterruptedException
- Throws:
JobInterruptedException