| Package | Description |
|---|---|
| org.wildfly.transaction.client |
| Modifier and Type | Method and 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.withTransaction(S transaction)
Get a copy of this import result, with a new transaction object.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.