Uses of Class
org.mobicents.timers.PeriodicScheduleStrategy

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

Uses of PeriodicScheduleStrategy in org.mobicents.timers
 

Methods in org.mobicents.timers that return PeriodicScheduleStrategy
 PeriodicScheduleStrategy TimerTaskData.getPeriodicScheduleStrategy()
          Retrieves the strategy used in a periodic timer task, can be null if it is not a periodic timer task.
static PeriodicScheduleStrategy PeriodicScheduleStrategy.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static PeriodicScheduleStrategy[] PeriodicScheduleStrategy.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.mobicents.timers with parameters of type PeriodicScheduleStrategy
TimerTaskData(java.io.Serializable id, long startTime, long period, PeriodicScheduleStrategy periodicScheduleStrategy)
           
 

Uses of PeriodicScheduleStrategy in org.mobicents.timers.timer
 

Constructors in org.mobicents.timers.timer with parameters of type PeriodicScheduleStrategy
FaultTolerantTimerTimerTaskData(java.util.TimerTask javaUtilTimerTask, java.io.Serializable id, long startTime, long period, PeriodicScheduleStrategy periodicScheduleStrategy)
           
 



Copyright © 2010. All Rights Reserved.