Called by the {@link Scheduler}
when a {@link Trigger}
fires that is associated with the Job
.
The implementation may wish to set a {@link JobExecutionContext#setResult(Object) result} object on the {@link JobExecutionContext} before this method exits. The result itselfis meaningless to Quartz, but may be informative to {@link JobListener}s
or {@link TriggerListener}s
that are watching the job's execution.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|