Uses of Interface
org.objectweb.jotm.TransactionResourceManager

Packages that use TransactionResourceManager
org.objectweb.jotm   
 

Uses of TransactionResourceManager in org.objectweb.jotm
 

Methods in org.objectweb.jotm with parameters of type TransactionResourceManager
 void TransactionRecoveryImpl.registerResourceManager(String rmName, XAResource rmXares, String info, Properties rmProperties, TransactionResourceManager trm)
          Register a Resource Manager with the JOTM Transaction Manager.
 void TransactionRecoveryImpl.registerResourceManager(String rmName, XAResource rmXares, String info, TransactionResourceManager tranrm)
           
 void TransactionRecovery.registerResourceManager(String rmName, XAResource rmXares, String info, TransactionResourceManager trm)
          Register a Resource Manager with the JOTM Transaction Manager.
 void TransactionRecovery.registerResourceManager(String rmName, XAResource rmXares, String info, Properties rmProperties, TransactionResourceManager trm)
          Added 3/30/05 Register a Resource Manager with the JOTM Transaction Manager with Recovery properties.