public class CalendarTimerTask extends TimerTask<CalendarTimer>
timedObjectId, timerId, timerService
Constructor and Description |
---|
CalendarTimerTask(CalendarTimer calendarTimer) |
Modifier and Type | Method and Description |
---|---|
protected Date |
calculateNextTimeout(TimerImpl timer) |
protected void |
callTimeout(TimerImpl timer) |
protected void |
postTimeoutProcessing(TimerImpl timer) |
protected void |
scheduleTimeoutIfRequired(TimerImpl timer) |
cancel, retryTimeout, run
public CalendarTimerTask(CalendarTimer calendarTimer)
calendarTimer
- protected void callTimeout(TimerImpl timer) throws Exception
callTimeout
in class TimerTask<CalendarTimer>
Exception
protected Date calculateNextTimeout(TimerImpl timer)
calculateNextTimeout
in class TimerTask<CalendarTimer>
protected void scheduleTimeoutIfRequired(TimerImpl timer)
scheduleTimeoutIfRequired
in class TimerTask<CalendarTimer>
protected void postTimeoutProcessing(TimerImpl timer)
postTimeoutProcessing
in class TimerTask<CalendarTimer>
Copyright © 2015 JBoss by Red Hat. All rights reserved.