org.quartz.JobListenerpublic class QuartzJobListener
extends java.lang.Object
implements org.quartz.JobListener
Created: 2016. 9. 4.
| Modifier and Type | Field | Description |
|---|---|---|
static java.lang.String |
LISTENER_NAME |
| Constructor | Description |
|---|---|
QuartzJobListener() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.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 static final java.lang.String LISTENER_NAME
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.JobListenerCopyright © 2008–2018 The Aspectran Project. All rights reserved.