public class TransactionImportResult extends Object
ExtendedJBossXATerminator.importTransaction(javax.transaction.xa.Xid, int) call. It has a reference to a transaction
and an indication of whether or not imported transaction has been seen before| Constructor and Description |
|---|
TransactionImportResult(ImportedTransaction transaction,
boolean subordinateCreated) |
| Modifier and Type | Method and Description |
|---|---|
ImportedTransaction |
getTransaction()
Get the imported transaction
|
boolean |
isNewImportedTransaction()
Indicate whether or not this imported transaction has been seen before.
|
public TransactionImportResult(ImportedTransaction transaction, boolean subordinateCreated)
transaction - the imported transaction or null if the import failedsubordinateCreated - indication of whether or not this imported transaction has been seen before.public ImportedTransaction getTransaction()
public boolean isNewImportedTransaction()
Copyright © 2022 JBoss by Red Hat. All rights reserved.