C# Class Summer.Batch.Core.Step.ThreadStepInterruptionPolicy

Policy that checks the current thread to see if it has been interrupted.
Inheritance: IStepInterruptionPolicy
Afficher le fichier Open project: SummerBatch/SummerBatch

Protected Properties

Свойство Type Description
Logger NLog.Logger

Méthodes publiques

Méthode Description
CheckInterrupted ( StepExecution stepExecution ) : void

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

Private Methods

Méthode Description
IsInterrupted ( StepExecution stepExecution ) : bool

Test for api or applicative interruption.

Method Details

CheckInterrupted() public méthode

Checks if step execution has been interrupted. Throws a JobInterrupdeException in that case.
 
public CheckInterrupted ( StepExecution stepExecution ) : void
stepExecution StepExecution
Résultat void

Property Details

Logger protected_oe static_oe property

Logger.
protected static Logger,NLog Logger
Résultat NLog.Logger