Uses of Class
bitronix.tm.recovery.Recoverer

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

Uses of Recoverer in bitronix.tm
 

Methods in bitronix.tm that return Recoverer
static Recoverer TransactionManagerServices.getRecoverer()
          Create the transaction recoverer.
 

Uses of Recoverer in bitronix.tm.timer
 

Methods in bitronix.tm.timer with parameters of type Recoverer
 void TaskScheduler.cancelRecovery(Recoverer recoverer)
          Cancel the task that will run background recovery at the specified date.
 void TaskScheduler.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 Recoverer
RecoveryTask(Recoverer recoverer, Date executionTime, TaskScheduler scheduler)
           
 



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