public interface TransactionTable
GlobalTransaction
associated to local or
remote transactions.Modifier and Type | Method and Description |
---|---|
GlobalTransaction |
getGlobalTransaction(Transaction transaction) |
Collection<GlobalTransaction> |
getLocalGlobalTransaction() |
Collection<GlobalTransaction> |
getRemoteGlobalTransaction() |
GlobalTransaction getGlobalTransaction(Transaction transaction)
transaction
- the local transaction. Must be non-null.GlobalTransaction
associated with the transaction or null
if doesn't exists.Collection<GlobalTransaction> getLocalGlobalTransaction()
GlobalTransaction
associated with local
running transactions.Collection<GlobalTransaction> getRemoteGlobalTransaction()
GlobalTransaction
associated with remote
transactions.Copyright © 2021 JBoss by Red Hat. All rights reserved.