Uses of Class
org.springframework.batch.repeat.context.SynchronizedAttributeAccessor

Packages that use SynchronizedAttributeAccessor
org.springframework.batch.core.scope.context   
org.springframework.batch.repeat.context Infrastructure implementations of repeat context concerns. 
org.springframework.batch.repeat.policy Infrastructure implementations of repeat policy concerns. 
 

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

Subclasses of SynchronizedAttributeAccessor in org.springframework.batch.core.scope.context
 class 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.
 

Uses of SynchronizedAttributeAccessor in org.springframework.batch.repeat.context
 

Subclasses of SynchronizedAttributeAccessor in org.springframework.batch.repeat.context
 class RepeatContextSupport
           
 

Uses of SynchronizedAttributeAccessor in org.springframework.batch.repeat.policy
 

Subclasses of SynchronizedAttributeAccessor in org.springframework.batch.repeat.policy
protected  class CompositeCompletionPolicy.CompositeBatchContext
          Composite context that knows about the policies and contexts is was created with.
protected  class CountingCompletionPolicy.CountingBatchContext
           
protected  class SimpleCompletionPolicy.SimpleTerminationContext
           
protected  class TimeoutTerminationPolicy.TimeoutBatchContext
           
 



Copyright © 2013 SpringSource. All Rights Reserved.