org.mobicents.timers.timer
Class FaultTolerantTimerTimerTask

java.lang.Object
  extended by org.mobicents.timers.TimerTask
      extended by org.mobicents.timers.timer.FaultTolerantTimerTimerTask
All Implemented Interfaces:
Runnable

public class FaultTolerantTimerTimerTask
extends TimerTask

A concrete FaultTolerantScheduler TimerTask to wrap a TimerTask.

Author:
martins

Field Summary
 
Fields inherited from class org.mobicents.timers.TimerTask
autoRemoval
 
Constructor Summary
FaultTolerantTimerTimerTask(FaultTolerantTimerTimerTaskData taskData, FaultTolerantScheduler scheduler)
           
 
Method Summary
 boolean isCanceled()
           
 void runTask()
          The method executed by the scheduler
 
Methods inherited from class org.mobicents.timers.TimerTask
beforeRecover, cancel, getData, getScheduledFuture, getScheduler, getSetTimerTransactionalAction, removeFromScheduler, run, setScheduledFuture, setScheduler
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultTolerantTimerTimerTask

public FaultTolerantTimerTimerTask(FaultTolerantTimerTimerTaskData taskData,
                                   FaultTolerantScheduler scheduler)
Parameters:
taskData -
Method Detail

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.