Package | Description |
---|---|
org.opennms.netmgt.scheduler |
Modifier and Type | Method and Description |
---|---|
void |
ScheduleTimer.schedule(long interval,
ReadyRunnable schedule)
schedule
|
void |
LegacyScheduler.schedule(long interval,
ReadyRunnable runnable)
schedule
|
void |
Scheduler.schedule(long interval,
ReadyRunnable runnable)
schedule
|
void |
LegacyScheduler.schedule(ReadyRunnable runnable,
long interval)
This method is used to schedule a ready runnable in the system.
|
Constructor and Description |
---|
Schedule(ReadyRunnable schedulable,
ScheduleInterval interval,
ScheduleTimer timer)
Constructor for Schedule.
|
Copyright © 2019. All rights reserved.