Interface Recovery
-
- All Known Implementing Classes:
RecoveryImpl
public interface Recovery
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Recovery.XidBranchesPair
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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)
-
-
-
Method Detail
-
recoverLog
void recoverLog() throws javax.transaction.xa.XAException
- Throws:
javax.transaction.xa.XAException
-
recoverResourceManager
void recoverResourceManager(NamedXAResource xaResource) throws javax.transaction.xa.XAException
- Throws:
javax.transaction.xa.XAException
-
hasRecoveryErrors
boolean hasRecoveryErrors()
-
getRecoveryErrors
java.util.List getRecoveryErrors()
-
localRecoveryComplete
boolean localRecoveryComplete()
-
localUnrecoveredCount
int localUnrecoveredCount()
-
getExternalXids
java.util.Map<javax.transaction.xa.Xid,TransactionImpl> getExternalXids()
-
-