Package | Description |
---|---|
com.arjuna.ArjunaOTS | |
com.arjuna.ats.internal.jts.orbspecific |
Modifier and Type | Field and Description |
---|---|
static TransactionType |
TransactionType.TransactionTypeActive |
static TransactionType |
TransactionType.TransactionTypeTerminated |
static TransactionType |
TransactionType.TransactionTypeUnresolved |
TransactionType |
TransactionTypeHolder.value |
Modifier and Type | Method and Description |
---|---|
static TransactionType |
TransactionTypeHelper.extract(Any any) |
static TransactionType |
TransactionType.from_int(int value) |
static TransactionType |
TransactionTypeHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
TransactionTypeHelper.insert(Any any,
TransactionType s) |
otid_t[] |
ArjunaFactoryPOATie.numberOfTransactions(TransactionType t) |
otid_t[] |
_ArjunaFactoryStub.numberOfTransactions(TransactionType t) |
otid_t[] |
ArjunaFactoryOperations.numberOfTransactions(TransactionType t) |
static void |
TransactionTypeHelper.write(OutputStream out,
TransactionType s) |
Constructor and Description |
---|
TransactionTypeHolder(TransactionType initial) |
Modifier and Type | Method and Description |
---|---|
otid_t[] |
TransactionFactoryImple.numberOfTransactions(TransactionType t)
Now methods to return the identities of the currently running
transactions, and those which have terminated but left entries in the
object store.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.