public interface Recovery
| Modifier and Type | Interface and Description |
|---|---|
static class |
Recovery.XidBranchesPair |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<javax.transaction.xa.Xid,TransactionImpl> |
getExternalXids() |
java.util.List |
getRecoveryErrors() |
boolean |
hasRecoveryErrors() |
boolean |
localRecoveryComplete() |
int |
localUnrecoveredCount() |
void |
recoverLog() |
void |
recoverResourceManager(NamedXAResource xaResource) |
void recoverLog()
throws javax.transaction.xa.XAException
javax.transaction.xa.XAExceptionvoid recoverResourceManager(NamedXAResource xaResource) throws javax.transaction.xa.XAException
javax.transaction.xa.XAExceptionboolean hasRecoveryErrors()
java.util.List getRecoveryErrors()
boolean localRecoveryComplete()
int localUnrecoveredCount()
java.util.Map<javax.transaction.xa.Xid,TransactionImpl> getExternalXids()
Copyright © 2003-2016 The Apache Software Foundation. All Rights Reserved.