|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Method Summary | |
void |
forget()
|
JotmRecovery |
getJotmRecovery()
|
Vector |
getRmRegistration()
|
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 |
public JotmRecovery getJotmRecovery()
public Vector getRmRegistration()
public void startResourceManagerRecovery() throws XAException
XAException
- if an error occurspublic 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 occurspublic XAResource reportResourceManager(String rmName) throws XAException
XAException
- if an error occurspublic 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 occurspublic 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 |