| Modifier and Type | Method and Description |
|---|---|
LocalTransaction |
LocalTransactionContext.beginTransaction(int timeout)
Begin a new, local transaction on behalf of a local peer.
|
LocalTransaction |
LocalTransactionContext.beginTransaction(int timeout,
boolean failOnSuspend)
Begin a new, local transaction on behalf of a local or remote peer.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
XAOutflowHandle |
RemoteTransactionContext.outflowTransaction(URI location,
LocalTransaction transaction)
Outflow the given local transaction to the given location.
|
| Modifier and Type | Method and Description |
|---|---|
XAResourceRegistry |
JBossLocalTransactionProvider.getXAResourceRegistry(LocalTransaction transaction) |
| Modifier and Type | Method and Description |
|---|---|
LocalTransaction |
RemotingTransactionServer.getOrBeginTransaction(int id,
int timeout) |
LocalTransaction |
RemotingTransactionServer.getTransactionIfExists(int id) |
LocalTransaction |
RemotingTransactionServer.removeTransaction(int id) |
LocalTransaction |
RemotingTransactionServer.requireTransaction(int id) |
| Modifier and Type | Method and Description |
|---|---|
default XAResourceRegistry |
LocalTransactionProvider.getXAResourceRegistry(LocalTransaction transaction)
Return the XAResource registry associated with
transaction. |
Copyright © 2018 JBoss by Red Hat. All rights reserved.