|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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(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(TimerTask javaUtilTimerTask,
Serializable id,
long startTime,
long period,
PeriodicScheduleStrategy periodicScheduleStrategy)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||