public class JobListener extends Object implements org.quartz.JobListener
| 构造器和说明 |
|---|
JobListener() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getName() |
void |
jobExecutionVetoed(org.quartz.JobExecutionContext context) |
void |
jobToBeExecuted(org.quartz.JobExecutionContext context) |
void |
jobWasExecuted(org.quartz.JobExecutionContext context,
org.quartz.JobExecutionException exp) |
void |
setEmailQueueSender(QueueSender emailQueueSender) |
public void setEmailQueueSender(QueueSender emailQueueSender)
public String getName()
getName 在接口中 org.quartz.JobListenerpublic void jobExecutionVetoed(org.quartz.JobExecutionContext context)
jobExecutionVetoed 在接口中 org.quartz.JobListenerpublic void jobToBeExecuted(org.quartz.JobExecutionContext context)
jobToBeExecuted 在接口中 org.quartz.JobListenerpublic void jobWasExecuted(org.quartz.JobExecutionContext context,
org.quartz.JobExecutionException exp)
jobWasExecuted 在接口中 org.quartz.JobListenerCopyright © 2017. All rights reserved.