|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ceno.tracker.cli.internal.JDKPeriodicSchedulerService
public class JDKPeriodicSchedulerService
Constructor Summary | |
---|---|
JDKPeriodicSchedulerService()
|
Method Summary | |
---|---|
void |
deregister(ISchedulable schedulable)
remove object from scheduler. will not be called anymore |
void |
register(ISchedulable schedulable,
java.lang.Integer interval)
|
void |
start()
Starts all registered schedulables. |
void |
stop()
Cancels all timers |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JDKPeriodicSchedulerService()
Method Detail |
---|
public void deregister(ISchedulable schedulable)
deregister
in interface IPeriodicSchedulerService
public void register(ISchedulable schedulable, java.lang.Integer interval)
register
in interface IPeriodicSchedulerService
interval
- public void start()
start
in interface IPeriodicSchedulerService
public void stop()
stop
in interface IPeriodicSchedulerService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |