Hi,
My project need to execute some certain actions in a period of time,
and I am using OS's quartz to handle the schedule, are there other
choices on this solution? Thx!
Manish Pandit - 09 Oct 2006 09:36 GMT
You might want to take a look at java.util.Timer.
http://java.sun.com/j2se/1.4.2/docs/api/java/util/Timer.html
-cheers,
Manish
ZZW - 09 Oct 2006 10:26 GMT
why not create a thread ?
> Hi,
> My project need to execute some certain actions in a period of time,
> and I am using OS's quartz to handle the schedule, are there other
> choices on this solution? Thx!