Interface Recovery
-
- All Known Implementing Classes:
RecoveryImpl
public interface Recovery
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classRecovery.XidBranchesPair
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<Xid,TransactionImpl>getExternalXids()ListgetRecoveryErrors()booleanhasRecoveryErrors()booleanlocalRecoveryComplete()intlocalUnrecoveredCount()voidrecoverLog()voidrecoverResourceManager(NamedXAResource xaResource)
-
-
-
Method Detail
-
recoverLog
void recoverLog() throws XAException- Throws:
XAException
-
recoverResourceManager
void recoverResourceManager(NamedXAResource xaResource) throws XAException
- Throws:
XAException
-
hasRecoveryErrors
boolean hasRecoveryErrors()
-
getRecoveryErrors
List getRecoveryErrors()
-
localRecoveryComplete
boolean localRecoveryComplete()
-
localUnrecoveredCount
int localUnrecoveredCount()
-
getExternalXids
Map<Xid,TransactionImpl> getExternalXids()
-
-