Class FixedDelayJobListener
java.lang.Object
org.quartz.listeners.JobListenerSupport
org.summerboot.jexpress.integration.quartz.FixedDelayJobListener
- All Implemented Interfaces:
org.quartz.JobListener
public class FixedDelayJobListener
extends org.quartz.listeners.JobListenerSupport
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidjobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException exception) Methods inherited from class org.quartz.listeners.JobListenerSupport
getLog, jobExecutionVetoed, jobToBeExecuted
-
Field Details
-
FIXED_DELAY_VALUE
- See Also:
-
FIXED_DELAY_DESC
- See Also:
-
-
Constructor Details
-
FixedDelayJobListener
public FixedDelayJobListener()
-
-
Method Details
-
getName
-
jobWasExecuted
public void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException exception) - Specified by:
jobWasExecutedin interfaceorg.quartz.JobListener- Overrides:
jobWasExecutedin classorg.quartz.listeners.JobListenerSupport
-