Uses of Class
bitronix.tm.timer.TaskScheduler

Packages that use TaskScheduler
bitronix.tm JTA interfaces implementations and global services. 
bitronix.tm.timer Timed tasks scheduler. 
 

Uses of TaskScheduler in bitronix.tm
 

Methods in bitronix.tm that return TaskScheduler
static TaskScheduler TransactionManagerServices.getTaskScheduler()
          Create the task scheduler.
 

Uses of TaskScheduler in bitronix.tm.timer
 

Methods in bitronix.tm.timer that return TaskScheduler
protected  TaskScheduler Task.getTaskScheduler()
           
 

Constructors in bitronix.tm.timer with parameters of type TaskScheduler
PoolShrinkingTask(XAPool xaPool, Date executionTime, TaskScheduler scheduler)
           
RecoveryTask(Recoverer recoverer, Date executionTime, TaskScheduler scheduler)
           
Task(Date executionTime, TaskScheduler scheduler)
           
TransactionTimeoutTask(BitronixTransaction transaction, Date executionTime, TaskScheduler scheduler)
           
 



Copyright © 2006-2013 Bitronix Software. All Rights Reserved.