Package com.axelor.quartz
Class JobCleaner
java.lang.Object
org.quartz.listeners.JobListenerSupport
com.axelor.quartz.JobCleaner
- All Implemented Interfaces:
JobListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
void
jobWasExecuted
(JobExecutionContext context, JobExecutionException jobException) Methods inherited from class org.quartz.listeners.JobListenerSupport
getLog, jobExecutionVetoed, jobToBeExecuted
-
Constructor Details
-
JobCleaner
public JobCleaner()
-
-
Method Details
-
getName
-
jobWasExecuted
- Specified by:
jobWasExecuted
in interfaceJobListener
- Overrides:
jobWasExecuted
in classJobListenerSupport
-