Called by the {@link Scheduler}
when a {@link Trigger}
has fired, and it's associated {@link org.quartz.JobDetail}
is about to be executed.
It is called after the triggerFired(..)
method of this interface.
Trigger
that has fired.
@param context The JobExecutionContext
that will be passed to the Job
'sexecute(xx)
method.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|