Package org.springframework.batch.core.scope.context

Class Summary
ChunkContext Context object for weakly typed data stored for the duration of a chunk (usually a group of items processed together in a transaction).
StepContext A context object that can be used to interrogate the current StepExecution and some of its associated properties using expressions based on bean paths.
StepContextRepeatCallback Convenient base class for clients who need to do something in a repeat callback inside a Step.
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).
StepSynchronizationManager Central convenience class for framework use in managing the step scope context.
 



Copyright © 2013 SpringSource. All Rights Reserved.