Class RecoveryImpl
- java.lang.Object
 - 
- org.apache.geronimo.transaction.manager.RecoveryImpl
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface org.apache.geronimo.transaction.manager.Recovery
Recovery.XidBranchesPair 
 - 
 
- 
Constructor Summary
Constructors Constructor Description RecoveryImpl(TransactionManagerImpl txManager) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<javax.transaction.xa.Xid,TransactionImpl>getExternalXids()java.util.List<java.lang.Exception>getRecoveryErrors()booleanhasRecoveryErrors()booleanlocalRecoveryComplete()intlocalUnrecoveredCount()voidrecoverLog()voidrecoverResourceManager(NamedXAResource xaResource) 
 - 
 
- 
- 
Constructor Detail
- 
RecoveryImpl
public RecoveryImpl(TransactionManagerImpl txManager)
 
 - 
 
- 
Method Detail
- 
recoverLog
public void recoverLog() throws javax.transaction.xa.XAException- Specified by:
 recoverLogin interfaceRecovery- Throws:
 javax.transaction.xa.XAException
 
- 
recoverResourceManager
public void recoverResourceManager(NamedXAResource xaResource) throws javax.transaction.xa.XAException
- Specified by:
 recoverResourceManagerin interfaceRecovery- Throws:
 javax.transaction.xa.XAException
 
- 
hasRecoveryErrors
public boolean hasRecoveryErrors()
- Specified by:
 hasRecoveryErrorsin interfaceRecovery
 
- 
getRecoveryErrors
public java.util.List<java.lang.Exception> getRecoveryErrors()
- Specified by:
 getRecoveryErrorsin interfaceRecovery
 
- 
localRecoveryComplete
public boolean localRecoveryComplete()
- Specified by:
 localRecoveryCompletein interfaceRecovery
 
- 
localUnrecoveredCount
public int localUnrecoveredCount()
- Specified by:
 localUnrecoveredCountin interfaceRecovery
 
- 
getExternalXids
public java.util.Map<javax.transaction.xa.Xid,TransactionImpl> getExternalXids()
- Specified by:
 getExternalXidsin interfaceRecovery
 
 - 
 
 -