Uses of Interface
org.objectweb.jotm.core.transaction.TransactionManager

Packages that use TransactionManager
org.objectweb.jotm.impl.core.transaction Provides some implementations of the org.objectweb.jotm.core.transaction interfaces 
 

Uses of TransactionManager in org.objectweb.jotm.impl.core.transaction
 

Classes in org.objectweb.jotm.impl.core.transaction that implement TransactionManager
 class TransactionManagerImpl
          A basic implementation of the transaction manager.
 

Constructors in org.objectweb.jotm.impl.core.transaction with parameters of type TransactionManager
CoreTransaction(TransactionManager iTm)
           
CoreTransaction(TransactionManager iTm, java.lang.String name)