public interface TransactionTable
GlobalTransaction
associated to local or
remote transactions.Modifier and Type | Method and Description |
---|---|
GlobalTransaction |
getGlobalTransaction(Transaction transaction) |
Collection |
getLocalGlobalTransaction() |
Collection |
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 getLocalGlobalTransaction()
GlobalTransaction
associated with local
running transactions.Collection getRemoteGlobalTransaction()
GlobalTransaction
associated with remote
transactions.Copyright © 2015 JBoss, a division of Red Hat. All rights reserved.