I am thinking that I am going to add a Scheduler class. It will expose a schedule method that accepts a Runnable as a parameter along with the initial time and frequency. The schedule method would schedule a Timer Task that passes the Runnable to an Executor when the time expires.
I would then use this service to check for configuration changes and file rollovers instead of the way it is currently done, which requires log events to trigger them. Thoughts? Ralph --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
