
| Interface | Description |
|---|---|
| TimerTaskFactory |
Interface for a factory of concrete
TimerTask instances, to be provided to an FaultTolerantScheduler. |
| Class | Description |
|---|---|
| AfterTxCommitRunnable |
Base class for
Runnable's to be run after tx commit. |
| CancelTimerAfterTxCommitRunnable |
Runnable to cancel a timer task after the tx commits.
|
| FaultTolerantScheduler | |
| SetTimerAfterTxCommitRunnable |
Runnable to set a timer task after the tx commits.
|
| TimerTask |
The base class to implement a task to be scheduled and executed by an
FaultTolerantScheduler. |
| TimerTaskData |
The
TimerTask data, which may be replicated in a cluster environment to support fail over. |
| TransactionContext | |
| TransactionContextThreadLocal |
A thread local used to store the a tx context.
|
| TransactionSynchronization |
| Enum | Description |
|---|---|
| AfterTxCommitRunnable.Type | |
| PeriodicScheduleStrategy |
Different strategies to use when scheduling a
Runnable on a FaultTolerantScheduler |
Copyright © 2016. All Rights Reserved.