| 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 |
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. |
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 |
RmRegistration.rmAddRegistration(String prmName,
XAResource prmXares,
String prmxaName,
TransactionResourceManager prmTranRm)
|