org.mobicents.timers.timer
Class FaultTolerantTimerTimerTask
java.lang.Object
org.mobicents.timers.TimerTask
org.mobicents.timers.timer.FaultTolerantTimerTimerTask
- All Implemented Interfaces:
- Runnable
public class FaultTolerantTimerTimerTask
- extends TimerTask
A concrete FaultTolerantScheduler TimerTask to wrap a TimerTask.
- Author:
- martins
|
Method Summary |
boolean |
isCanceled()
|
void |
runTask()
The method executed by the scheduler |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FaultTolerantTimerTimerTask
public FaultTolerantTimerTimerTask(FaultTolerantTimerTimerTaskData taskData,
FaultTolerantScheduler scheduler)
- Parameters:
taskData -
runTask
public void runTask()
- Description copied from class:
TimerTask
- The method executed by the scheduler
- Specified by:
runTask in class TimerTask
isCanceled
public boolean isCanceled()
- Returns:
Copyright © 2011. All Rights Reserved.