posted 19 years ago
Hi !
I'm working on schedulers.
My problem is I have a list of dynamically generated reports.For every report that is generated , a corresponding scheduler must run periodically say , every day at certain time. The time at which the scheduler must run will be inputted by the user for each report.
I was able to run the scheduler perfectly if there was just one report. But whenever I have more than 1 report , I'm unable to handle.
Please suggest any idea or solution for this.
My scheduler will start when my application server is started.
I'm using a class that extends TimerTask class.
Thanks in advance,
Chandrika