Uses of Interface
org.objectweb.jotm.TransactionFactory

Packages that use TransactionFactory
org.objectweb.jotm JOTM (Java Open Transaction Manager), the ObjectWeb Transaction Manager 
 

Uses of TransactionFactory in org.objectweb.jotm
 

Classes in org.objectweb.jotm that implement TransactionFactory
 class TransactionFactoryImpl
           
 

Methods in org.objectweb.jotm that return TransactionFactory
static TransactionFactory Current.getJTM()
          Returns the TMFactory (in JTM)
 

Constructors in org.objectweb.jotm with parameters of type TransactionFactory
Current(TransactionFactory tmfact)
          Constructor for an application server.