|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.mx.util.RunnableScheduler
A runnable scheduler.
The scheduler needs to be started to do real work. To add work to the scheduler, create a SchedulableRunnable and set the scheduler. When the next run has passed the work is performed.
SchedulableRunnable (src) | Constructor Summary | |
RunnableScheduler()
Constructs a new runnable scheduler. |
|
| Method Summary | |
void |
run()
Run the scheduler |
void |
start()
Start the scheduler |
void |
stop()
Stop the scheduler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RunnableScheduler()
| Method Detail |
public void start()
public void stop()
public void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||