org.mobicents.timers.timer
Class FaultTolerantTimerTimerTaskData

java.lang.Object
  extended by org.mobicents.timers.TimerTaskData
      extended by org.mobicents.timers.timer.FaultTolerantTimerTimerTaskData
All Implemented Interfaces:
Serializable

public class FaultTolerantTimerTimerTaskData
extends TimerTaskData

Author:
martins
See Also:
Serialized Form

Constructor Summary
FaultTolerantTimerTimerTaskData(TimerTask javaUtilTimerTask, Serializable id, long startTime, long period, PeriodicScheduleStrategy periodicScheduleStrategy)
           
 
Method Summary
 TimerTask getJavaUtilTimerTask()
           
 
Methods inherited from class org.mobicents.timers.TimerTaskData
equals, getPeriod, getPeriodicScheduleStrategy, getStartTime, getTaskID, hashCode, setStartTime
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FaultTolerantTimerTimerTaskData

public FaultTolerantTimerTimerTaskData(TimerTask javaUtilTimerTask,
                                       Serializable id,
                                       long startTime,
                                       long period,
                                       PeriodicScheduleStrategy periodicScheduleStrategy)
Parameters:
javaUtilTimerTask -
id -
startTime -
period -
periodicScheduleStrategy -
Method Detail

getJavaUtilTimerTask

public TimerTask getJavaUtilTimerTask()
Returns:


Copyright © 2011. All Rights Reserved.