|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.batch.core.scope.context.StepScopeManager
public class StepScopeManager
Convenient aspect to wrap a single threaded step execution, where the
implementation of the Step is not step scope aware (i.e. not the ones
provided by the framework).
| Constructor Summary | |
|---|---|
StepScopeManager()
|
|
| Method Summary | |
|---|---|
void |
execute(Step step,
StepExecution stepExecution)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StepScopeManager()
| Method Detail |
|---|
public void execute(Step step,
StepExecution stepExecution)
throws JobInterruptedException
JobInterruptedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||