Modifier and Type | Method and Description |
---|---|
void |
_OTSAbstractRecordStub.commit_one_phase() |
void |
ArjunaSubtranAwareResourcePOATie.commit_one_phase() |
void |
OTSAbstractRecordPOATie.commit_one_phase() |
void |
_ArjunaSubtranAwareResourceStub.commit_one_phase() |
void |
_OTSAbstractRecordStub.commit() |
void |
ArjunaSubtranAwareResourcePOATie.commit() |
void |
OTSAbstractRecordPOATie.commit() |
void |
_ArjunaSubtranAwareResourceStub.commit() |
void |
CurrentPOATie.commit(boolean report_heuristics) |
void |
_ArjunaTransactionStub.commit(boolean report_heuristics) |
void |
ArjunaTransactionPOATie.commit(boolean report_heuristics) |
void |
_CurrentStub.commit(boolean report_heuristics) |
Vote |
_OTSAbstractRecordStub.prepare() |
Vote |
ArjunaSubtranAwareResourcePOATie.prepare() |
Vote |
OTSAbstractRecordPOATie.prepare() |
Vote |
_ArjunaSubtranAwareResourceStub.prepare() |
void |
_OTSAbstractRecordStub.rollback() |
void |
ArjunaSubtranAwareResourcePOATie.rollback() |
void |
OTSAbstractRecordPOATie.rollback() |
void |
_ArjunaSubtranAwareResourceStub.rollback() |
Modifier and Type | Method and Description |
---|---|
void |
XAResourceRecord.commit_one_phase()
For commit_one_phase we can do whatever we want since the transaction
outcome is whatever we want.
|
void |
LastResourceRecord.commit()
Commit this resource.
|
void |
XAResourceRecord.commit() |
Vote |
LastResourceRecord.prepare()
Prepare this resource.
|
Vote |
XAResourceRecord.prepare() |
void |
XAResourceRecord.rollback() |
Modifier and Type | Method and Description |
---|---|
void |
AtomicTransaction.end(boolean report_heuristics)
Does not change thread-to-tx association as base class commit does.
|
Modifier and Type | Method and Description |
---|---|
void |
SubordinateAtomicTransaction.end(boolean report_heuristics)
Does not change thread-to-tx association as base class commit does.
|
Modifier and Type | Method and Description |
---|---|
void |
ControlWrapper.commit(boolean report_heuristics) |
Modifier and Type | Method and Description |
---|---|
void |
CurrentImple.commit(boolean report_heuristics)
It's not possible to commit/abort out of order using the current
interface.
|
Modifier and Type | Method and Description |
---|---|
void |
ArjunaTransactionImple.commit(boolean report_heuristics)
If the transaction has already been committed (by another thread, for
example) then we do nothing - could throw TransactionRequired or
INVALID_TRANSACTION.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerTransaction.doCommit(boolean report_heuristics) |
Modifier and Type | Method and Description |
---|---|
void |
ServerNestedAction.commit_one_phase() |
void |
ServerTopLevelAction.commit_one_phase() |
void |
ServerNestedAction.commit() |
void |
ServerTopLevelAction.commit() |
Vote |
ServerNestedAction.prepare() |
Vote |
ServerTopLevelAction.prepare() |
void |
ServerNestedAction.rollback() |
void |
ServerTopLevelAction.rollback() |
Modifier and Type | Method and Description |
---|---|
void |
ServerOSITopLevelAction.commit_one_phase() |
void |
ServerOSITopLevelAction.commit() |
Vote |
ServerOSITopLevelAction.prepare() |
void |
ServerOSITopLevelAction.rollback() |
Modifier and Type | Method and Description |
---|---|
void |
AtomicTransaction.commit(boolean report_heuristics) |
void |
TopLevelTransaction.commit(boolean report_heuristics) |
Modifier and Type | Field and Description |
---|---|
HeuristicHazard |
HeuristicHazardHolder.value |
Modifier and Type | Method and Description |
---|---|
static HeuristicHazard |
HeuristicHazardHelper.extract(Any any) |
static HeuristicHazard |
HeuristicHazardHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
HeuristicHazardHelper.insert(Any any,
HeuristicHazard s) |
static void |
HeuristicHazardHelper.write(OutputStream out,
HeuristicHazard s) |
Modifier and Type | Method and Description |
---|---|
void |
_SubtransactionAwareResourceStub.commit_one_phase() |
void |
_ResourceStub.commit_one_phase() |
void |
SubtransactionAwareResourcePOATie.commit_one_phase() |
void |
ResourcePOATie.commit_one_phase() |
void |
ResourceOperations.commit_one_phase() |
void |
_SubtransactionAwareResourceStub.commit() |
void |
_ResourceStub.commit() |
void |
SubtransactionAwareResourcePOATie.commit() |
void |
ResourcePOATie.commit() |
void |
ResourceOperations.commit() |
void |
CurrentPOATie.commit(boolean report_heuristics) |
void |
TerminatorPOATie.commit(boolean report_heuristics) |
void |
_CurrentStub.commit(boolean report_heuristics) |
void |
_TerminatorStub.commit(boolean report_heuristics) |
void |
CurrentOperations.commit(boolean report_heuristics) |
void |
TerminatorOperations.commit(boolean report_heuristics) |
Vote |
_SubtransactionAwareResourceStub.prepare() |
Vote |
_ResourceStub.prepare() |
Vote |
SubtransactionAwareResourcePOATie.prepare() |
Vote |
ResourcePOATie.prepare() |
Vote |
ResourceOperations.prepare() |
void |
_SubtransactionAwareResourceStub.rollback() |
void |
_ResourceStub.rollback() |
void |
SubtransactionAwareResourcePOATie.rollback() |
void |
ResourcePOATie.rollback() |
void |
ResourceOperations.rollback() |
Constructor and Description |
---|
HeuristicHazardHolder(HeuristicHazard initialValue) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.