Uses of Interface
org.objectweb.transaction.jta.TransactionManager

Packages that use TransactionManager
org.objectweb.jotm JOTM (Java Open Transaction Manager), the ObjectWeb Transaction Manager 
org.objectweb.transaction.jta ObjectWeb's extension to JTA (Java Transaction API
 

Uses of TransactionManager in org.objectweb.jotm
 

Classes in org.objectweb.jotm that implement TransactionManager
 class Current
          Current is the common implementation for both UserTransaction and TransactionManager.
 

Methods in org.objectweb.jotm that return TransactionManager
 TransactionManager Jotm.getTransactionManager()
           
static TransactionManager Current.getTransactionManager()
          Gets the TransactionManager instance.
 

Uses of TransactionManager in org.objectweb.transaction.jta
 

Methods in org.objectweb.transaction.jta that return TransactionManager
 TransactionManager TMService.getTransactionManager()
          returns a TransactionManager object.