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 java.util.Map<javax.transaction.xa.Xid,TransactionImpl>getExternalXids()java.util.ListgetRecoveryErrors()booleanhasRecoveryErrors()booleanlocalRecoveryComplete()intlocalUnrecoveredCount()voidrecoverLog()voidrecoverResourceManager(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()
 
 - 
 
 -