Uses of Interface
org.objectweb.jotm.TransactionRecovery

Packages that use TransactionRecovery
org.objectweb.jotm   
org.objectweb.transaction.jta ObjectWeb's extension to JTA (Java Transaction API
 

Uses of TransactionRecovery in org.objectweb.jotm
 

Classes in org.objectweb.jotm that implement TransactionRecovery
 class TransactionRecoveryImpl
           
 

Methods in org.objectweb.jotm that return TransactionRecovery
static TransactionRecovery Current.getTransactionRecovery()
          Returns the Transaction Recovery object
 TransactionRecovery Jotm.getTransactionRecovery()
           
 

Uses of TransactionRecovery in org.objectweb.transaction.jta
 

Methods in org.objectweb.transaction.jta that return TransactionRecovery
 TransactionRecovery TMService.getTransactionRecovery()
          returns a TransactionRecoveryImpl object.