Called by the {@link Scheduler}
when a {@link Trigger}
has fired, it's associated {@link org.quartz.JobDetail}
has been executed, and it's triggered(xx)
method has been called.
Trigger
that was fired.
@param context The JobExecutionContext
that was passed to the Job
'sexecute(xx)
method.
@param triggerInstructionCode the result of the call on the Trigger
'striggered(xx)
method.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|