| Author |
how to schedule a java class?
|
sudhir verma
Greenhorn
Joined: Mar 21, 2003
Posts: 3
|
|
hi! i have a java class that sends e mail messages...! its synchronised with some particular event on who's completion. it sends the mail! now i want this class to run automatically 24 hrs...how can i do that?
|
 |
Leandro Oliveira
Ranch Hand
Joined: Nov 07, 2002
Posts: 298
|
|
Take a look at java.util.Timer and java.util.TimerTaks. With a Timer you can schedule a task. I don't know much about this classes, but hope somebody in the forum knows...
|
 |
 |
|
|
subject: how to schedule a java class?
|
|
|