org.springframework.batch.core.scope.context
Class StepScopeManager

java.lang.Object
  extended by org.springframework.batch.core.scope.context.StepScopeManager

public class StepScopeManager
extends Object

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).

Author:
Dave Syer

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

StepScopeManager

public StepScopeManager()
Method Detail

execute

public void execute(Step step,
                    StepExecution stepExecution)
             throws JobInterruptedException
Throws:
JobInterruptedException


Copyright © 2013 SpringSource. All Rights Reserved.