Uses of Class
org.wildfly.transaction.client.LocalTransaction
-
-
Uses of LocalTransaction in org.wildfly.transaction.client
Methods in org.wildfly.transaction.client that return LocalTransaction Modifier and Type Method Description LocalTransactionLocalTransactionContext. beginTransaction(int timeout)Begin a new, local transaction on behalf of a local peer.LocalTransactionLocalTransactionContext. beginTransaction(int timeout, boolean failOnSuspend)Begin a new, local transaction on behalf of a local or remote peer.Methods in org.wildfly.transaction.client that return types with arguments of type LocalTransaction Modifier and Type Method Description ImportResult<LocalTransaction>LocalTransactionContext. findOrImportTransaction(Xid xid, int timeout)Attempt to import a transaction, which subsequently may be controlled by its XID or by the returned handle.ImportResult<LocalTransaction>LocalTransactionContext. findOrImportTransaction(Xid xid, int timeout, boolean doNotImport)Attempt to import a transaction, which subsequently may be controlled by its XID or by the returned handle.Methods in org.wildfly.transaction.client with parameters of type LocalTransaction Modifier and Type Method Description XAOutflowHandleRemoteTransactionContext. outflowTransaction(URI location, LocalTransaction transaction)Outflow the given local transaction to the given location. -
Uses of LocalTransaction in org.wildfly.transaction.client.provider.jboss
Methods in org.wildfly.transaction.client.provider.jboss with parameters of type LocalTransaction Modifier and Type Method Description XAResourceRegistryJBossLocalTransactionProvider. getXAResourceRegistry(LocalTransaction transaction) -
Uses of LocalTransaction in org.wildfly.transaction.client.provider.remoting
Methods in org.wildfly.transaction.client.provider.remoting that return LocalTransaction Modifier and Type Method Description LocalTransactionRemotingTransactionServer. getOrBeginTransaction(int id, int timeout)LocalTransactionRemotingTransactionServer. getTransactionIfExists(int id)LocalTransactionRemotingTransactionServer. removeTransaction(int id)LocalTransactionRemotingTransactionServer. requireTransaction(int id) -
Uses of LocalTransaction in org.wildfly.transaction.client.spi
Methods in org.wildfly.transaction.client.spi with parameters of type LocalTransaction Modifier and Type Method Description default XAResourceRegistryLocalTransactionProvider. getXAResourceRegistry(LocalTransaction transaction)Return the XAResource registry associated withtransaction.
-