Uses of Class
bitronix.tm.recovery.Recoverer
Packages that use Recoverer
Package
Description
JTA interfaces implementations and global services.
Timed tasks scheduler.
-
Uses of Recoverer in bitronix.tm
Methods in bitronix.tm that return RecovererModifier and TypeMethodDescriptionstatic RecovererTransactionManagerServices.getRecoverer()Create the transaction recoverer. -
Uses of Recoverer in bitronix.tm.timer
Methods in bitronix.tm.timer with parameters of type RecovererModifier and TypeMethodDescriptionvoidTaskScheduler.cancelRecovery(Recoverer recoverer) Cancel the task that will run background recovery at the specified date.voidTaskScheduler.scheduleRecovery(Recoverer recoverer, Date executionTime) Schedule a task that will run background recovery at the specified date.Constructors in bitronix.tm.timer with parameters of type RecovererModifierConstructorDescriptionRecoveryTask(Recoverer recoverer, Date executionTime, TaskScheduler scheduler)