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 jakarta.transaction.Transaction> ImportResult<S> |
ImportResult.withTransaction(S transaction) |
Get a copy of this import result, with a new transaction object.
|