Uses of Class
org.wildfly.transaction.client.ImportResult
Packages that use ImportResult
-
Uses of ImportResult in org.wildfly.transaction.client
Methods in org.wildfly.transaction.client that return ImportResultModifier 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.ImportResult<?>XAImporter.findOrImportTransaction(Xid xid, int timeout, boolean doNotImport) Import a transaction.<S extends jakarta.transaction.Transaction>
ImportResult<S>ImportResult.withTransaction(S transaction) Get a copy of this import result, with a new transaction object.