public interface Recovery
| Modifier and Type | Interface and Description |
|---|---|
static class |
Recovery.XidBranchesPair |
| Modifier and Type | Method and Description |
|---|---|
Map<Xid,TransactionImpl> |
getExternalXids() |
List |
getRecoveryErrors() |
boolean |
hasRecoveryErrors() |
boolean |
localRecoveryComplete() |
int |
localUnrecoveredCount() |
void |
recoverLog() |
void |
recoverResourceManager(NamedXAResource xaResource) |
void recoverLog()
throws XAException
XAExceptionvoid recoverResourceManager(NamedXAResource xaResource) throws XAException
XAExceptionboolean hasRecoveryErrors()
List getRecoveryErrors()
boolean localRecoveryComplete()
int localUnrecoveredCount()
Map<Xid,TransactionImpl> getExternalXids()
Copyright © 2010 - 2020 Adobe. All Rights Reserved