|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TransactionRecovery
| Method Summary | |
|---|---|
void |
forget()
|
JotmRecovery |
getJotmRecovery()
|
Vector |
getRmRegistration()
|
void |
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 |
registerResourceManager(String rmName,
XAResource rmXares,
String info,
TransactionResourceManager trm)
Register a Resource Manager with the JOTM Transaction Manager. |
XAResource |
reportResourceManager(String rmName)
Provide information regarding the status and state of the XAResource. |
void |
startResourceManagerRecovery()
Log all the Resource Managers with the JOTM Transaction Manager. |
void |
unregisterResourceManager(String rmName,
XAResource rmXares)
Unregister a Resource Manager from the JOTM Transaction Manager. |
| Method Detail |
|---|
JotmRecovery getJotmRecovery()
Vector getRmRegistration()
void startResourceManagerRecovery()
throws XAException
XAException - if an error occurs
void registerResourceManager(String rmName,
XAResource rmXares,
String info,
TransactionResourceManager trm)
throws XAException
rmName - The Resource Manager to be registered.rmXares - XAResource associated with the Resource Managerinfo - String of information for display with admin interfacetrm - TransactionResourceManager to return the registered XAResource
XAException - if an error occurs
void registerResourceManager(String rmName,
XAResource rmXares,
String info,
Properties rmProperties,
TransactionResourceManager trm)
throws XAException
rmName - The Resource Manager to be registered.rmXares - XAResource associated with the Resource Managerinfo - String of information for display with admin interfacermProperties - - Strings specifying recovery properties for resourcetrm - TransactionResourceManager to return the registered XAResource
XAException - if an error occurs
XAResource reportResourceManager(String rmName)
throws XAException
XAException - if an error occurs
void unregisterResourceManager(String rmName,
XAResource rmXares)
throws XAException
rmName - The Resource Manager to be unregistered.rmXares - XAResource associated with the Resource Manager
XAException - if an error occurs
void forget()
throws org.objectweb.howl.log.LogException,
Exception
org.objectweb.howl.log.LogException
Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||