Uses of Interface
org.springframework.batch.core.step.StepExecutionSynchronizer

Packages that use StepExecutionSynchronizer
org.springframework.batch.core.step Specific implementations of step concerns. 
org.springframework.batch.core.step.item Specific implementations of step concerns for item-oriented approach. 
 

Uses of StepExecutionSynchronizer in org.springframework.batch.core.step
 

Methods in org.springframework.batch.core.step that return StepExecutionSynchronizer
 StepExecutionSynchronizer StepExecutionSynchronizerFactory.getStepExecutionSynchronizer()
           
 

Uses of StepExecutionSynchronizer in org.springframework.batch.core.step.item
 

Methods in org.springframework.batch.core.step.item with parameters of type StepExecutionSynchronizer
 void ItemOrientedStep.setSynchronizer(StepExecutionSynchronizer synchronizer)
          Mostly useful for testing, but could be used to remove dependence on backport concurrency utilities.
 



Copyright © 2009 SpringSource. All Rights Reserved.