| Package | Description |
|---|---|
| org.mobicents.timers | |
| org.mobicents.timers.timer |
| Modifier and Type | Field and Description |
|---|---|
protected TimerTask |
AfterTxCommitRunnable.task |
| Modifier and Type | Method and Description |
|---|---|
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. |
| Modifier and Type | Method and Description |
|---|---|
Set<TimerTask> |
FaultTolerantScheduler.getLocalRunningTasks()
Retrieves a set containing all local running tasks.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FaultTolerantScheduler.schedule(TimerTask task) |
void |
FaultTolerantScheduler.schedule(TimerTask task,
boolean checkIfAlreadyPresent)
Schedules the specified task.
|
| Constructor and Description |
|---|
AfterTxCommitRunnable(TimerTask task,
FaultTolerantScheduler scheduler) |
| Modifier and Type | Class and Description |
|---|---|
class |
FaultTolerantTimerTimerTask
|
| Modifier and Type | Method and Description |
|---|---|
TimerTask |
FaultTolerantTimerTimerTaskFactory.newTimerTask(TimerTaskData data) |
Copyright © 2016. All Rights Reserved.