Recovery.XidBranchesPair| Constructor and Description |
|---|
RecoveryImpl(TransactionManagerImpl txManager) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<javax.transaction.xa.Xid,TransactionImpl> |
getExternalXids() |
java.util.List<java.lang.Exception> |
getRecoveryErrors() |
boolean |
hasRecoveryErrors() |
boolean |
localRecoveryComplete() |
int |
localUnrecoveredCount() |
void |
recoverLog() |
void |
recoverResourceManager(NamedXAResource xaResource) |
public RecoveryImpl(TransactionManagerImpl txManager)
public void recoverLog()
throws javax.transaction.xa.XAException
recoverLog in interface Recoveryjavax.transaction.xa.XAExceptionpublic void recoverResourceManager(NamedXAResource xaResource) throws javax.transaction.xa.XAException
recoverResourceManager in interface Recoveryjavax.transaction.xa.XAExceptionpublic boolean hasRecoveryErrors()
hasRecoveryErrors in interface Recoverypublic java.util.List<java.lang.Exception> getRecoveryErrors()
getRecoveryErrors in interface Recoverypublic boolean localRecoveryComplete()
localRecoveryComplete in interface Recoverypublic int localUnrecoveredCount()
localUnrecoveredCount in interface Recoverypublic java.util.Map<javax.transaction.xa.Xid,TransactionImpl> getExternalXids()
getExternalXids in interface RecoveryCopyright © 2003-2016 The Apache Software Foundation. All Rights Reserved.