java.lang.Objectorg.jboss.mx.util.SchedulableRunnable
All Implemented Interfaces:
Runnable
Direct Known Subclasses:
RegisteredNotification, MonitorRunnable
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.
< - a href="mailto:Adrian.Brock@HappeningTimes.com">Adrian Brock.Scott.Stark - @jboss.org$ - Revision: 58167 $| Constructor: |
|---|
|
| Method from org.jboss.mx.util.SchedulableRunnable Summary: |
|---|
| doRun, getNextRun, run, setNextRun, setScheduler |
| Methods from java.lang.Object: |
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from org.jboss.mx.util.SchedulableRunnable Detail: |
|---|
|
|
If setNextRun() is not invoked during the doRun(), the link to the scheduler is removed |
If it is linked to a scheduler, it is temporarily removed while the date is modified. |
|