Modifier and Type | Method and Description |
---|---|
SubordinateTransaction |
TransactionImporterImple.getImportedTransaction(Xid xid)
Get the subordinate (imported) transaction associated with the global
transaction.
|
SubordinateTransaction |
TransactionImporter.getImportedTransaction(Xid xid)
Get the subordinate (imported) transaction associated with the global
transaction.
|
SubordinateTransaction |
TransactionImporterImple.importTransaction(Xid xid)
Create a subordinate transaction associated with the global transaction
inflow.
|
SubordinateTransaction |
TransactionImporter.importTransaction(Xid xid)
Create a subordinate transaction associated with the global transaction
inflow.
|
SubordinateTransaction |
TransactionImporterImple.importTransaction(Xid xid,
int timeout)
Create a subordinate transaction associated with the global transaction
inflow and having a specified timeout.
|
SubordinateTransaction |
TransactionImporter.importTransaction(Xid xid,
int timeout)
Create a subordinate transaction associated with the global transaction
inflow and having a specified timeout.
|
SubordinateTransaction |
TransactionImporter.recoverTransaction(Uid actId)
Used to recover an imported transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
TransactionImple |
Modifier and Type | Method and Description |
---|---|
SubordinateTransaction |
TransactionImporterImple.getImportedTransaction(Xid xid)
Get the subordinate (imported) transaction associated with the
global transaction.
|
SubordinateTransaction |
TransactionImporterImple.importTransaction(Xid xid)
Create a subordinate transaction associated with the
global transaction inflow.
|
SubordinateTransaction |
TransactionImporterImple.importTransaction(Xid xid,
int timeout)
Create a subordinate transaction associated with the
global transaction inflow and having a specified timeout.
|
SubordinateTransaction |
TransactionImporterImple.recoverTransaction(Uid actId) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.