Summer.Batch.Core.Step.IStepInterruptionPolicy Interface Reference

Strategy interface for an interruption policy. This policy allows IStepimplementations to check if a job has been interrupted. More...

Inheritance diagram for Summer.Batch.Core.Step.IStepInterruptionPolicy:
Summer.Batch.Core.Step.ThreadStepInterruptionPolicy

Public Member Functions

void CheckInterrupted (StepExecution stepExecution)
 Has the job been interrupted? If so then throw a JobInterruptedException. More...
 

Detailed Description

Strategy interface for an interruption policy. This policy allows IStepimplementations to check if a job has been interrupted.

Member Function Documentation

void Summer.Batch.Core.Step.IStepInterruptionPolicy.CheckInterrupted ( StepExecution  stepExecution)

Has the job been interrupted? If so then throw a JobInterruptedException.

Parameters
stepExecution
Exceptions
JobInterruptedException 

Implemented in Summer.Batch.Core.Step.ThreadStepInterruptionPolicy.


The documentation for this interface was generated from the following file:
  • Summer.Batch.Core/Core/Step/IStepInterruptionPolicy.cs