Package org.tailormap.api.scheduling
Class DebugLoggingJobListener
java.lang.Object
org.tailormap.api.scheduling.DebugLoggingJobListener
- All Implemented Interfaces:
org.quartz.JobListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidjobExecutionVetoed(org.quartz.JobExecutionContext context) voidjobToBeExecuted(org.quartz.JobExecutionContext context) voidjobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException)
-
Constructor Details
-
DebugLoggingJobListener
public DebugLoggingJobListener()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceorg.quartz.JobListener
-
jobToBeExecuted
public void jobToBeExecuted(org.quartz.JobExecutionContext context) - Specified by:
jobToBeExecutedin interfaceorg.quartz.JobListener
-
jobExecutionVetoed
public void jobExecutionVetoed(org.quartz.JobExecutionContext context) - Specified by:
jobExecutionVetoedin interfaceorg.quartz.JobListener
-
jobWasExecuted
public void jobWasExecuted(org.quartz.JobExecutionContext context, org.quartz.JobExecutionException jobException) - Specified by:
jobWasExecutedin interfaceorg.quartz.JobListener
-