public class SmartExecutorTaskListener extends Object implements org.quartz.JobListener
| Constructor and Description |
|---|
SmartExecutorTaskListener() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
jobExecutionVetoed(org.quartz.JobExecutionContext context) |
void |
jobToBeExecuted(org.quartz.JobExecutionContext context) |
void |
jobWasExecuted(org.quartz.JobExecutionContext context,
org.quartz.JobExecutionException jobException) |
public String getName()
getName in interface org.quartz.JobListenerpublic void jobToBeExecuted(org.quartz.JobExecutionContext context)
jobToBeExecuted in interface org.quartz.JobListenerpublic void jobExecutionVetoed(org.quartz.JobExecutionContext context)
jobExecutionVetoed in interface org.quartz.JobListenerpublic void jobWasExecuted(org.quartz.JobExecutionContext context,
org.quartz.JobExecutionException jobException)
jobWasExecuted in interface org.quartz.JobListenerCopyright © 2016. All Rights Reserved.