Uses of Interface
org.wildfly.transaction.client.XARecoverable
-
Packages that use XARecoverable Package Description org.wildfly.transaction.client -
-
Uses of XARecoverable in org.wildfly.transaction.client
Subinterfaces of XARecoverable in org.wildfly.transaction.client Modifier and Type Interface Description interfaceXAImporterThe API which must be implemented by transaction providers that support transaction inflow.Methods in org.wildfly.transaction.client that return XARecoverable Modifier and Type Method Description static XARecoverableXARecoverable. from(jakarta.resource.spi.XATerminator xaTerminator)static XARecoverableXARecoverable. from(XAResource xaResource)XARecoverableLocalTransactionContext. getRecoveryInterface()Get the recovery interface for this context.
-