Package org.wildfly.transaction.client
Interface XARecoverable
- All Known Subinterfaces:
XAImporter
public interface XARecoverable
An interface which specifies the common recovery portion of the
XAResource and XATerminator APIs.- Author:
- David M. Lloyd
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidstatic XARecoverablefrom(jakarta.resource.spi.XATerminator xaTerminator) static XARecoverablefrom(XAResource xaResource) default Xid[]recover(int flag) Xid[]
-
Method Details
-
recover
- Throws:
XAException
-
recover
- Throws:
XAException
-
commit
- Throws:
XAException
-
forget
- Throws:
XAException
-
from
-
from
-