Uses of Class
org.mobicents.timers.TimerTask

Packages that use TimerTask
org.mobicents.timers   
org.mobicents.timers.timer   
 

Uses of TimerTask in org.mobicents.timers
 

Methods in org.mobicents.timers that return TimerTask
 TimerTask FaultTolerantScheduler.cancel(java.io.Serializable taskID)
          Cancels a local running task with the specified ID.
 TimerTask TimerTaskFactory.newTimerTask(TimerTaskData data)
          Creates a new instance of a concrete TimerTask, using the specified TimerTaskData.
 

Methods in org.mobicents.timers that return types with arguments of type TimerTask
 java.util.Set<TimerTask> FaultTolerantScheduler.getLocalRunningTasks()
          Retrieves a set containing all local running tasks.
 

Methods in org.mobicents.timers with parameters of type TimerTask
 void FaultTolerantScheduler.schedule(TimerTask task)
          Schedules the specified task.
 

Uses of TimerTask in org.mobicents.timers.timer
 

Subclasses of TimerTask in org.mobicents.timers.timer
 class FaultTolerantTimerTimerTask
          A concrete FaultTolerantScheduler TimerTask to wrap a TimerTask.
 

Methods in org.mobicents.timers.timer that return TimerTask
 TimerTask FaultTolerantTimerTimerTaskFactory.newTimerTask(TimerTaskData data)
           
 



Copyright © 2010. All Rights Reserved.