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
 

Fields in org.mobicents.timers declared as TimerTask
protected  TimerTask AfterTxCommitRunnable.task
           
 

Methods in org.mobicents.timers that return TimerTask
 TimerTask FaultTolerantScheduler.cancel(Serializable taskID)
          Cancels a local running task with the specified ID.
 TimerTask FaultTolerantScheduler.getLocalRunningTask(Serializable taskId)
          Retrieves a local running task by its 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
 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)
           
 void FaultTolerantScheduler.schedule(TimerTask task, boolean checkIfAlreadyPresent)
          Schedules the specified task.
 

Constructors in org.mobicents.timers with parameters of type TimerTask
AfterTxCommitRunnable(TimerTask task, FaultTolerantScheduler scheduler)
           
 

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 © 2011. All Rights Reserved.