Modifier and Type | Method and Description |
---|---|
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 |
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 |
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() |
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 |
---|---|
HeuristicMixed |
HeuristicMixedHolder.value |
Modifier and Type | Method and Description |
---|---|
static HeuristicMixed |
HeuristicMixedHelper.extract(Any any) |
static HeuristicMixed |
HeuristicMixedHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
HeuristicMixedHelper.insert(Any any,
HeuristicMixed s) |
static void |
HeuristicMixedHelper.write(OutputStream out,
HeuristicMixed s) |
Modifier and Type | Method and Description |
---|---|
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 |
---|
HeuristicMixedHolder(HeuristicMixed initialValue) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.