C# 클래스 Rock.Jobs.RockJobListener

Summary description for JobListener
상속: IJobListener
파일 보기 프로젝트 열기: NewSpring/Rock

공개 메소드들

메소드 설명
JobExecutionVetoed ( IJobExecutionContext context ) : void

Called by the IScheduler when a IJobDetail was about to be executed (an associated ITrigger has occurred), but a ITriggerListener vetoed its execution.

JobToBeExecuted ( IJobExecutionContext context ) : void

Called by the IScheduler when a IJobDetail is about to be executed (an associated ITrigger has occurred).

This method will not be invoked if the execution of the Job was vetoed by a ITriggerListener.

JobWasExecuted ( IJobExecutionContext context, Quartz.JobExecutionException jobException ) : void

Called by the IScheduler after a IJobDetail has been executed, and before the associated Quartz.Spi.IOperableTrigger's Quartz.Spi.IOperableTrigger.Triggered method has been called.

RockJobListener ( ) : System

Initializes a new instance of the RockJobListener class.

메소드 상세

JobExecutionVetoed() 공개 메소드

Called by the IScheduler when a IJobDetail was about to be executed (an associated ITrigger has occurred), but a ITriggerListener vetoed its execution.
public JobExecutionVetoed ( IJobExecutionContext context ) : void
context IJobExecutionContext
리턴 void

JobToBeExecuted() 공개 메소드

Called by the IScheduler when a IJobDetail is about to be executed (an associated ITrigger has occurred).

This method will not be invoked if the execution of the Job was vetoed by a ITriggerListener.

public JobToBeExecuted ( IJobExecutionContext context ) : void
context IJobExecutionContext
리턴 void

JobWasExecuted() 공개 메소드

Called by the IScheduler after a IJobDetail has been executed, and before the associated Quartz.Spi.IOperableTrigger's Quartz.Spi.IOperableTrigger.Triggered method has been called.
public JobWasExecuted ( IJobExecutionContext context, Quartz.JobExecutionException jobException ) : void
context IJobExecutionContext
jobException Quartz.JobExecutionException
리턴 void

RockJobListener() 공개 메소드

Initializes a new instance of the RockJobListener class.
public RockJobListener ( ) : System
리턴 System