Running a Job only once Using Quartz
- by Kaddy
Is there a way i could run a job only once using Quartz (java). I understand it does not make sense to use Quartz in this case but the thing is i have multiple jobs and they are run multiple times so i am using Quartz.
Is this even possible.