C# 클래스 Summer.Batch.Core.Step.ThreadStepInterruptionPolicy

Policy that checks the current thread to see if it has been interrupted.
상속: IStepInterruptionPolicy
파일 보기 프로젝트 열기: SummerBatch/SummerBatch

보호된 프로퍼티들

프로퍼티 타입 설명
Logger NLog.Logger

공개 메소드들

메소드 설명
CheckInterrupted ( StepExecution stepExecution ) : void

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

비공개 메소드들

메소드 설명
IsInterrupted ( StepExecution stepExecution ) : bool

Test for api or applicative interruption.

메소드 상세

CheckInterrupted() 공개 메소드

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

프로퍼티 상세

Logger 보호되어 있는 정적으로 프로퍼티

Logger.
protected static Logger,NLog Logger
리턴 NLog.Logger