org.apache.geronimo.transaction.manager
Interface Recovery
- All Known Implementing Classes:
- RecoveryImpl
public interface Recovery
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 getExternalXids()
Copyright © 2006 Apache Software Foundation. All Rights Reserved.