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, recreateotid_t[] numberOfTransactions(TransactionType t) throws NoTransaction, Inactive
NoTransactionInactiveotid_t[] getChildTransactions(otid_t parent) throws NoTransaction, Inactive
NoTransactionInactiveStatus getCurrentStatus(otid_t uid) throws NoTransaction
NoTransactionStatus getStatus(otid_t uid) throws NoTransaction
NoTransactionGlobalTransactionInfo getGlobalInfo()
TransactionInfo getTransactionInfo(otid_t uid) throws NoTransaction
NoTransactionControl getTransaction(otid_t uid) throws NoTransaction
NoTransactionCopyright © 2013. All rights reserved.