Uses of Class
org.springframework.batch.core.scope.context.StepContext

Packages that use StepContext
org.springframework.batch.core.scope.context   
 

Uses of StepContext in org.springframework.batch.core.scope.context
 

Methods in org.springframework.batch.core.scope.context that return StepContext
static StepContext StepSynchronizationManager.getContext()
          Getter for the current context if there is one, otherwise returns null.
 StepContext ChunkContext.getStepContext()
           
static StepContext StepSynchronizationManager.register(StepExecution stepExecution)
          Register a context with the current thread - always put a matching StepSynchronizationManager.close() call in a finally block to ensure that the correct context is available in the enclosing block.
 

Constructors in org.springframework.batch.core.scope.context with parameters of type StepContext
ChunkContext(StepContext stepContext)
           
 



Copyright © 2009 SpringSource. All Rights Reserved.