| Constructor and Description |
|---|
MaliJobquene() |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(JobExecutionContext context)
|
public void execute(JobExecutionContext context) throws JobExecutionException
Job
Called by the when a Scheduler
fires that is associated with the TriggerJob.
The implementation may wish to set a
result object on the
JobExecutionContext before this method exits. The result itself
is meaningless to Quartz, but may be informative to
or
JobListeners that are watching the job's
execution.
TriggerListeners
execute in interface JobJobExecutionException - if there is an exception while executing the job.