Package org.springframework.batch.core.step

Specific implementations of step concerns.

See:
          Description

Interface Summary
StepExecutionSynchronizer Strategy for blocking while a step execution is being updated.
StepInterruptionPolicy Strategy interface for an interruption policy.
 

Class Summary
AbstractStep A Step implementation that provides common behavior to subclasses, including registering and calling listeners.
StepExecutionSynchronizerFactory A factory that properly determines which version of the StepExecutionSynchronizer to return based on the availabilty of Java 5 or Backport Concurrent.
ThreadStepInterruptionPolicy Policy that checks the current thread to see if it has been interrupted.
 

Exception Summary
AbstractStep.FatalException Signals a fatal exception - e.g.
 

Package org.springframework.batch.core.step Description

Specific implementations of step concerns.



Copyright © 2008 SpringSource. All Rights Reserved.