Uses of Interface
org.wildfly.transaction.client.XAOutflowHandle
-
Packages that use XAOutflowHandle Package Description org.wildfly.transaction.client -
-
Uses of XAOutflowHandle in org.wildfly.transaction.client
Methods in org.wildfly.transaction.client that return XAOutflowHandle Modifier and Type Method Description static XAOutflowHandleXAOutflowHandle. createSimple(Xid xid, int timeout)Create a simple, no-operation outflow handle.XAOutflowHandleRemoteTransactionContext. outflowTransaction(URI location, LocalTransaction transaction)Outflow the given local transaction to the given location.
-