Modifier and Type | Class and Description |
---|---|
class |
ArjunaTransactionImpleWrapper
Deprecated.
as of 5.0.5.Final In a subsequent release we will change packages names in order to
provide a better separation between public and internal classes.
|
class |
RecoveredTransactionWrapper |
class |
ServerTransactionWrapper |
Modifier and Type | Method and Description |
---|---|
static ServerControl |
ServerFactory.create_transaction(Uid u,
Control parentControl,
ArjunaTransactionImple parentImpl,
Coordinator realCoord,
Terminator realTerm,
int time_out) |
Modifier and Type | Field and Description |
---|---|
protected ArjunaTransactionImple |
ControlImple._transactionHandle |
Modifier and Type | Method and Description |
---|---|
ArjunaTransactionImple |
ControlImple.getImplHandle() |
Modifier and Type | Method and Description |
---|---|
static Control |
TransactionFactoryImple.create_subtransaction(Control control,
ArjunaTransactionImple parent)
Non-idl methods, but we put them here because they are related to the
work the factory does.
|
Constructor and Description |
---|
ControlImple(Control parentCon,
ArjunaTransactionImple parentTran)
Create a new instance with the specified parent.
|
Modifier and Type | Field and Description |
---|---|
protected ArjunaTransactionImple |
ArjunaTransactionImple.parentTransaction |
Constructor and Description |
---|
ArjunaTransactionImple(Control myParent,
ArjunaTransactionImple parent) |
ArjunaTransactionImple(Uid actUid,
Control myParent,
ArjunaTransactionImple parent) |
Constructor and Description |
---|
ServerControl(Uid actUid,
Control parentCon,
ArjunaTransactionImple parentTran,
Coordinator realCoord,
Terminator realTerm) |
Modifier and Type | Class and Description |
---|---|
class |
ServerTransaction
This looks like an Transaction, but is only created for interposition
purposes.
|
Constructor and Description |
---|
ServerTransaction(Uid actUid,
Control myParent,
ArjunaTransactionImple parentImpl) |
Modifier and Type | Class and Description |
---|---|
class |
AssumedCompleteHeuristicServerTransaction |
class |
AssumedCompleteHeuristicTransaction |
class |
AssumedCompleteServerTransaction
Transaction relic of a committed transaction that did not get committed responses from
all resources/subordinates.
|
class |
AssumedCompleteTransaction
Transaction relic of a committed transaction that did not get committed
responses from all resources/subordinates.
|
class |
RecoveredServerTransaction
Transaction type only instantiated at recovery time.
|
class |
RecoveredTransaction
Transaction type only instantiated at recovery time.
|
Constructor and Description |
---|
ExtendedResourceRecord(boolean propagate,
Uid objUid,
ArjunaSubtranAwareResource theResource,
Coordinator myParent,
Uid recCoordUid,
ArjunaTransactionImple current) |
ResourceRecord(boolean propagate,
Resource theResource,
Coordinator myParent,
Uid recCoordUid,
ArjunaTransactionImple current)
Constructor
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.