| java.lang.Object org.objectweb.jotm.TransactionRecoveryImpl
forget | public void forget() throws LogException, Exception(Code) | | close Transaction Recovery Log
|
getTransactionRecovery | public static TransactionRecoveryImpl getTransactionRecovery()(Code) | | Returns the unique instance of the class or null if not
initialized in case of plain client.
The TransactionRecovery object created |
howlCloseLog | void howlCloseLog() throws SystemException(Code) | | write the Done record to the Howl Log
|
howlCommitLog | public XACommittingTx howlCommitLog(byte[][] xaCmRec) throws LogException, Exception(Code) | | write the Commit record to the Howl Log
|
howlDoneLog | public void howlDoneLog(byte[][] xaDnRec, XACommittingTx xaCmTx) throws LogException, Exception(Code) | | write the Done record to the Howl Log
|
howlOpenLog | synchronized void howlOpenLog(Properties phowlprop) throws SystemException(Code) | | open the Howl Log
|
recoverResourceManager | public void recoverResourceManager() throws XAException(Code) | | Recover a Resource Manager with the JOTM Transaction Manager.
exception: XAException - Thrown if the transaction manager encounters an unexpected error condition |
reportResourceManager | public XAResource reportResourceManager(String rmName) throws XAException(Code) | | Provide information regarding the status and state of the XAResource.
Parameters: rmName - The Resource Manager to be reported upon. XAResource The XAResource assigned to the Resource Managere. |
startResourceManagerRecovery | public void startResourceManagerRecovery() throws XAException(Code) | | Log (in Howl) every Resource Manager (XAResource) that has been
registered.
exception: XAException - Thrown if the transaction manager encounters an unexpected error condition |
unregisterResourceManager | public void unregisterResourceManager(String rmName, XAResource rmXares) throws XAException(Code) | | Unregister a Resource Manager from the JOTM Transaction Manager.
Parameters: rmName - The Resource Manager to be unregistered. |
|
|