| Package | Description |
|---|---|
| mx4j.timer |
| Modifier and Type | Class and Description |
|---|---|
class |
TimerTask
A subclass of TimeTask for the JMX Timer service.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TimeQueue.schedule(TimeTask task)
Schedules the given task for execution.
|
void |
TimeQueue.unschedule(TimeTask task)
Removes the given task from this TimeQueue
|