|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jotm.JotmRecovery
public class JotmRecovery
Constructor Summary | |
---|---|
JotmRecovery()
Constructor. |
Method Summary | |
---|---|
static JotmRecovery |
getJotmRecovery()
Returns the unique instance of the class or null if not
initialized. |
java.util.Vector |
getmyRecoverRmInfo()
|
static java.util.Vector |
getRecoverRmInfo()
Returns the unique instance of the class or null if not
initialized. |
int |
getRmIndex(byte[] pxares)
Returns the index of the Resource Manager's XAResource. |
static java.util.Vector |
getTxRecovered()
Returns the unique instance of the class or null if not
initialized. |
java.util.Vector |
getUserRecoveryVector()
|
void |
rebuildTransaction(org.objectweb.howl.log.xa.XALogRecord lr)
Processes an XACOMMIT entry (putCommit) that does not have an associated XADONE entry (putDone). |
void |
recoverTransactions(java.util.Vector rmreg)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JotmRecovery()
Method Detail |
---|
public static JotmRecovery getJotmRecovery()
null
if not
initialized.
JotmRecovery
object createdpublic static java.util.Vector getTxRecovered()
null
if not
initialized.
TxRecovered
vector createdpublic static java.util.Vector getRecoverRmInfo()
null
if not
initialized.
RecoverRmInfo
vector createdpublic java.util.Vector getmyRecoverRmInfo()
public int getRmIndex(byte[] pxares)
public java.util.Vector getUserRecoveryVector()
public void rebuildTransaction(org.objectweb.howl.log.xa.XALogRecord lr)
lr
- LogRecord that was passed to onRecord() method.public void recoverTransactions(java.util.Vector rmreg) throws javax.transaction.xa.XAException
javax.transaction.xa.XAException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |