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:
java.lang.Runnable

public class FaultTolerantTimerTimerTask
extends TimerTask

A concrete FaultTolerantScheduler TimerTask to wrap a TimerTask.

Author:
martins

Constructor Summary
FaultTolerantTimerTimerTask(FaultTolerantTimerTimerTaskData taskData, FaultTolerantScheduler scheduler)
           
 
Method Summary
 boolean isCanceled()
           
 void run()
          The method executed by the scheduler
 
Methods inherited from class org.mobicents.timers.TimerTask
beforeRecover, getData, getScheduledFuture, getSetTimerTransactionalAction, setScheduledFuture
 
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

run

public void run()
Description copied from class: TimerTask
The method executed by the scheduler

Specified by:
run in interface java.lang.Runnable
Specified by:
run in class TimerTask

isCanceled

public boolean isCanceled()
Returns:


Copyright © 2009. All Rights Reserved.