If running a Standalone Java application with a lot of jobs running. Is it possible for me that i can trigger one of the Jobs manually or complete kill all threads for that Job and change the schedules and restart it with out affecting the others ?
Ex:
We have a number of Jobs that fetch news from different providers. Say I make a Job for each Provider. If one of my provider is supposed to run at 5 am everyday say and for some reason could not fetch the news for any reason, I would want to manually rerun that Job alone instead of changing the schedules for that Job and restarting the application.