Uses of Class
bitronix.tm.timer.TaskScheduler
Packages that use TaskScheduler
Package
Description
JTA interfaces implementations and global services.
Timed tasks scheduler.
-
Uses of TaskScheduler in bitronix.tm
Methods in bitronix.tm that return TaskSchedulerModifier and TypeMethodDescriptionstatic TaskSchedulerTransactionManagerServices.getTaskScheduler()Create the task scheduler. -
Uses of TaskScheduler in bitronix.tm.timer
Methods in bitronix.tm.timer that return TaskSchedulerConstructors in bitronix.tm.timer with parameters of type TaskSchedulerModifierConstructorDescriptionPoolShrinkingTask(XAPool xaPool, Date executionTime, TaskScheduler scheduler) RecoveryTask(Recoverer recoverer, Date executionTime, TaskScheduler scheduler) protectedTask(Date executionTime, TaskScheduler scheduler) TransactionTimeoutTask(BitronixTransaction transaction, Date executionTime, TaskScheduler scheduler)