public class QuartzJobListener
extends java.lang.Object
implements org.quartz.JobListener
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
protected java.lang.Long |
getTenantId(org.quartz.JobDetail jobDetail) |
void |
jobExecutionVetoed(org.quartz.JobExecutionContext context) |
void |
jobToBeExecuted(org.quartz.JobExecutionContext context) |
void |
jobWasExecuted(org.quartz.JobExecutionContext context,
org.quartz.JobExecutionException jobException) |
public java.lang.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.JobListenerprotected java.lang.Long getTenantId(org.quartz.JobDetail jobDetail)