A schedulable runnable.
Subclasses should implement doRun() to do some real work.
setScheduler(RunnableScheduler) has to be invoked with a RunnableScheduler
that has been started for the work to be performed. If the doRun() does
not invoke setNextRun(), the link to the scheduler is removed.
See Also: RunnableScheduler author: Adrian Brock. author: Scott.Stark@jboss.org version: $Revision: 57200 $ |