Hi,
I would like to restart the job if the job failed in its previous execution. To do that, i need to know what was the job parameter i passed earlier so that i can pass the same parameters this time as well. How do i retrieve the job parameters for a given job name?.

Basically i am checking the status of the job before launching.
If the status is failed, i want to restart the job so that it would start from where it left. If the status is completed, i want to create a new job instance and would start from beginning. I am using quartz and i am going to do this QuartzJobBean.

thanks in advance,
Ramkris