Uses of Class
org.wildfly.transaction.client.XAResourceRegistry
-
Packages that use XAResourceRegistry Package Description org.wildfly.transaction.client.provider.jboss org.wildfly.transaction.client.spi -
-
Uses of XAResourceRegistry in org.wildfly.transaction.client.provider.jboss
Methods in org.wildfly.transaction.client.provider.jboss that return XAResourceRegistry Modifier and Type Method Description XAResourceRegistryJBossLocalTransactionProvider. getXAResourceRegistry(LocalTransaction transaction) -
Uses of XAResourceRegistry in org.wildfly.transaction.client.spi
Methods in org.wildfly.transaction.client.spi that return XAResourceRegistry Modifier and Type Method Description default XAResourceRegistryLocalTransactionProvider. getXAResourceRegistry(LocalTransaction transaction)Return the XAResource registry associated withtransaction.
-