public class ProxyTimerServiceImpl extends Timer implements ProxyTimerService
| Constructor and Description |
|---|
ProxyTimerServiceImpl(String applicationName) |
| 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 ProxyTimerServiceImpl(String applicationName)
public 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 © 2015. All Rights Reserved.