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