Summer.Batch.Core.Step Namespace Reference

Namespaces

Classes

class  AbstractStep
 An IStepimplementation that provides common behavior to subclasses, including registering and calling listeners. More...
 
class  FatalStepExecutionException
 Used to wrap fatal exceptions that may occur during step execution. More...
 
interface  IStepHolder
 Interface for holders of a IStep as a convenience for callers who need access to the underlying instance. More...
 
interface  IStepInterruptionPolicy
 Strategy interface for an interruption policy. This policy allows IStepimplementations to check if a job has been interrupted. More...
 
interface  IStepLocator
 Interface for locating a Step instance by name. More...
 
class  NoSuchStepException
 Exception to signal that a step was requested that is unknown or does not exist. More...
 
class  ThreadStepInterruptionPolicy
 Policy that checks the current thread to see if it has been interrupted. More...