| Package | Description |
|---|---|
| org.wildfly.httpclient.transaction | |
| org.wildfly.transaction.client | |
| org.wildfly.transaction.client.provider.remoting |
| Constructor and Description |
|---|
HttpRemoteTransactionService(LocalTransactionContext transactionContext,
Function<LocalTransaction,Xid> xidResolver) |
| 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 |
|---|---|
LocalTransaction |
RemotingTransactionServer.getOrBeginTransaction(int id,
int timeout) |
LocalTransaction |
RemotingTransactionServer.getTransactionIfExists(int id) |
LocalTransaction |
RemotingTransactionServer.requireTransaction(int id) |
Copyright © 2017 JBoss by Red Hat. All rights reserved.