public class ProxyTimerServiceImpl extends Timer implements ProxyTimerService
| Constructor and Description |
|---|
ProxyTimerServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(TimerTask task) |
boolean |
isStarted() |
void |
schedule(TimerTask task,
long delay) |
void |
start() |
void |
stop() |
cancel, purge, schedule, schedule, schedule, scheduleAtFixedRate, scheduleAtFixedRatepublic void cancel(TimerTask task)
cancel in interface ProxyTimerServicepublic boolean isStarted()
isStarted in interface ProxyTimerServicepublic void schedule(TimerTask task, long delay)
schedule in interface ProxyTimerServiceschedule in class Timerpublic void stop()
stop in interface ProxyTimerServicepublic void start()
start in interface ProxyTimerServiceCopyright © 2014. All Rights Reserved.