|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
The interface to be implemented by classes that want to be informed when a
executes. In general,
applications that use a JobDetailScheduler will not have use for this
mechanism.
Scheduler,
Job,
JobExecutionContext,
JobExecutionException,
TriggerListener| Method Summary | |
String |
getName()
Get the name of the JobListener. |
void |
jobExecutionVetoed(JobExecutionContext context)
Called by the when a
was about to be executed (an associated
has occured), but a vetoed it's
execution. |
void |
jobToBeExecuted(JobExecutionContext context)
Called by the when a
is about to be executed (an associated
has occured). |
void |
jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
Called by the after a
has been executed, and be for the associated Trigger's
triggered(xx) method has been called. |
| Method Detail |
public String getName()
Get the name of the JobListener.
public void jobToBeExecuted(JobExecutionContext context)
Called by the when a Scheduler
is about to be executed (an associated JobDetail
has occured).
Trigger
This method will not be invoked if the execution of the Job was vetoed
by a .
TriggerListener
jobExecutionVetoed(JobExecutionContext)public void jobExecutionVetoed(JobExecutionContext context)
Called by the when a Scheduler
was about to be executed (an associated JobDetail
has occured), but a Trigger vetoed it's
execution.
TriggerListener
jobToBeExecuted(JobExecutionContext)
public void jobWasExecuted(JobExecutionContext context,
JobExecutionException jobException)
Called by the after a Scheduler
has been executed, and be for the associated JobDetailTrigger's
triggered(xx) method has been called.
|
Quartz Enterprise Job Scheduler Project Page | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||