Uses of Class
org.wildfly.transaction.client.LocalTransaction
Packages that use LocalTransaction
Package
Description
-
Uses of LocalTransaction in org.wildfly.transaction.client
Methods in org.wildfly.transaction.client that return LocalTransactionModifier and TypeMethodDescriptionLocalTransactionContext.beginTransaction(int timeout) Begin a new, local transaction on behalf of a local peer.LocalTransactionContext.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 LocalTransactionModifier and TypeMethodDescriptionLocalTransactionContext.findOrImportTransaction(Xid xid, int timeout) Attempt to import a transaction, which subsequently may be controlled by its XID or by the returned handle.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 LocalTransactionModifier and TypeMethodDescriptionRemoteTransactionContext.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 LocalTransactionModifier and TypeMethodDescriptionJBossLocalTransactionProvider.getXAResourceRegistry(LocalTransaction transaction) -
Uses of LocalTransaction in org.wildfly.transaction.client.provider.remoting
Methods in org.wildfly.transaction.client.provider.remoting that return LocalTransactionModifier and TypeMethodDescriptionRemotingTransactionServer.getOrBeginTransaction(int id, int timeout) RemotingTransactionServer.getTransactionIfExists(int id) RemotingTransactionServer.removeTransaction(int id) RemotingTransactionServer.requireTransaction(int id) -
Uses of LocalTransaction in org.wildfly.transaction.client.spi
Methods in org.wildfly.transaction.client.spi with parameters of type LocalTransactionModifier and TypeMethodDescriptiondefault XAResourceRegistryLocalTransactionProvider.getXAResourceRegistry(LocalTransaction transaction) Return the XAResource registry associated withtransaction.