| Article: |
Job Scheduling in Java | |
| Subject: | A question need to be reply,thanks | |
| Date: | 2005-10-21 00:38:01 | |
| From: | psivakumar | |
|
Response to: A question need to be reply,thanks
|
||
|
Hi i think it is possible.. i have gone through the given example in that job is rescheduled after the scheduler is started. here is the snippet from the exapmle before starting the scheduler the job7 is repeated for 20 times like // All of the jobs have been added to the scheduler, but none of the jobs // will run until the scheduler has been started sched.start();
|
||
Showing messages 1 through 2 of 2.
-
A question need to be reply,thanks
2007-05-10 21:11:42 VishalThakur [View]
-
A question need to be reply,thanks
2007-02-01 21:52:10 bhumireddy [View]
This code is not executing the job after reschedule.
But it still returns the date ft.



you are close but its not going to work..job always looses its reference once executed.So to make more than one trigger point to a single job ...you need to set jobDetail "setDurability" property as true.