InterviewSolution
Saved Bookmarks
| 1. |
What Is The Jobexecutioncontext? |
|
Answer» The JobExecutionContext is passed to the EXECUTE METHOD of an invoked JOB by the scheduler and it CONTAINS a HANDLE to the scheduler, a handle to the trigger and the JobDetail. The JobExecutionContext is passed to the execute method of an invoked job by the scheduler and it contains a handle to the scheduler, a handle to the trigger and the JobDetail. |
|