public interface ArjunaFactoryOperations extends TransactionFactoryOperations
Modifier and Type | Method and Description |
---|---|
otid_t[] |
getChildTransactions(otid_t parent) |
Status |
getCurrentStatus(otid_t uid) |
GlobalTransactionInfo |
getGlobalInfo() |
Status |
getStatus(otid_t uid) |
Control |
getTransaction(otid_t uid) |
TransactionInfo |
getTransactionInfo(otid_t uid) |
otid_t[] |
numberOfTransactions(TransactionType t) |
create, recreate
otid_t[] numberOfTransactions(TransactionType t) throws NoTransaction, Inactive
NoTransaction
Inactive
otid_t[] getChildTransactions(otid_t parent) throws NoTransaction, Inactive
NoTransaction
Inactive
Status getCurrentStatus(otid_t uid) throws NoTransaction
NoTransaction
Status getStatus(otid_t uid) throws NoTransaction
NoTransaction
GlobalTransactionInfo getGlobalInfo()
TransactionInfo getTransactionInfo(otid_t uid) throws NoTransaction
NoTransaction
Control getTransaction(otid_t uid) throws NoTransaction
NoTransaction
Copyright © 2021 JBoss by Red Hat. All rights reserved.