Uses of Class
org.mobicents.timers.TimerTaskData

Packages that use TimerTaskData
org.mobicents.timers   
org.mobicents.timers.cache   
org.mobicents.timers.timer   
 

Uses of TimerTaskData in org.mobicents.timers
 

Methods in org.mobicents.timers that return TimerTaskData
 TimerTaskData TimerTask.getData()
          Retrieves the data associated with the task.
 TimerTaskData FaultTolerantScheduler.getTimerTaskData(Serializable taskID)
          Retrieves the TimerTaskData associated with the specified taskID.
 

Methods in org.mobicents.timers with parameters of type TimerTaskData
 TimerTask TimerTaskFactory.newTimerTask(TimerTaskData data)
          Creates a new instance of a concrete TimerTask, using the specified TimerTaskData.
 

Constructors in org.mobicents.timers with parameters of type TimerTaskData
TimerTask(TimerTaskData data)
           
 

Uses of TimerTaskData in org.mobicents.timers.cache
 

Methods in org.mobicents.timers.cache that return TimerTaskData
 TimerTaskData TimerTaskCacheData.getTaskData()
          Retrieves the task data
 

Methods in org.mobicents.timers.cache with parameters of type TimerTaskData
 void TimerTaskCacheData.setTaskData(TimerTaskData taskData)
          Sets the task data.
 

Uses of TimerTaskData in org.mobicents.timers.timer
 

Subclasses of TimerTaskData in org.mobicents.timers.timer
 class FaultTolerantTimerTimerTaskData
           
 

Methods in org.mobicents.timers.timer with parameters of type TimerTaskData
 TimerTask FaultTolerantTimerTimerTaskFactory.newTimerTask(TimerTaskData data)
           
 



Copyright © 2010. All Rights Reserved.