Summer.Batch.Core.Step.ThreadStepInterruptionPolicy Class Reference

Policy that checks the current thread to see if it has been interrupted. More...

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

Public Member Functions

void CheckInterrupted (StepExecution stepExecution)
 Checks if step execution has been interrupted. Throws a JobInterrupdeException in that case. More...
 

Static Protected Attributes

static readonly Logger Logger = LogManager.GetCurrentClassLogger()
 Logger. More...
 

Detailed Description

Policy that checks the current thread to see if it has been interrupted.

Member Function Documentation

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

Checks if step execution has been interrupted. Throws a JobInterrupdeException in that case.

Parameters
stepExecution
Exceptions
JobInterruptedException 

Implements Summer.Batch.Core.Step.IStepInterruptionPolicy.

Member Data Documentation

readonly Logger Summer.Batch.Core.Step.ThreadStepInterruptionPolicy.Logger = LogManager.GetCurrentClassLogger()
staticprotected

Logger.


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