| Package | Description |
|---|---|
| org.mobicents.timers | |
| org.mobicents.timers.timer |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Constructor and Description |
|---|
TimerTaskData(Serializable id,
long startTime,
long period,
PeriodicScheduleStrategy periodicScheduleStrategy) |
| Constructor and Description |
|---|
FaultTolerantTimerTimerTaskData(TimerTask javaUtilTimerTask,
Serializable id,
long startTime,
long period,
PeriodicScheduleStrategy periodicScheduleStrategy) |
Copyright © 2016. All Rights Reserved.