Modifier and Type | Method and Description |
---|---|
void |
_UidCoordinatorStub.register_synchronization(Synchronization sync) |
void |
UidCoordinatorPOATie.register_synchronization(Synchronization sync) |
void |
_ArjunaTransactionStub.register_synchronization(Synchronization sync) |
void |
ArjunaTransactionPOATie.register_synchronization(Synchronization sync) |
Modifier and Type | Method and Description |
---|---|
void |
ControlWrapper.register_synchronization(Synchronization sync) |
Modifier and Type | Method and Description |
---|---|
void |
ArjunaTransactionImple.register_synchronization(Synchronization sync)
The spec states that a synchronization is registered with a single
top-level action only.
|
Modifier and Type | Method and Description |
---|---|
void |
ServerTransaction.register_synchronization(Synchronization theSync)
Registering a synchronization with interposition is a bit complicated!
Synchronizations must be called prior to prepare; if no
interposed-synchronization is used then either synchronizations would be
registered locally (and then ignored by the commit protocol) or they
would need to be registered remotely, which would mean a cross-address
space call for each synchronization!
The first time a synchronization is registered locally, we register a
proxy back with the real coordinator.
|
Modifier and Type | Method and Description |
---|---|
void |
AtomicTransaction.registerSynchronization(Synchronization sync)
Register the specified synchronization with this transaction.
|
Modifier and Type | Field and Description |
---|---|
SynchronizationUnavailable |
SynchronizationUnavailableHolder.value |
Modifier and Type | Method and Description |
---|---|
static SynchronizationUnavailable |
SynchronizationUnavailableHelper.extract(Any any) |
static SynchronizationUnavailable |
SynchronizationUnavailableHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
SynchronizationUnavailableHelper.insert(Any any,
SynchronizationUnavailable s) |
static void |
SynchronizationUnavailableHelper.write(OutputStream out,
SynchronizationUnavailable s) |
Modifier and Type | Method and Description |
---|---|
void |
_CoordinatorStub.register_synchronization(Synchronization sync) |
void |
CoordinatorPOATie.register_synchronization(Synchronization sync) |
void |
CoordinatorOperations.register_synchronization(Synchronization sync) |
Constructor and Description |
---|
SynchronizationUnavailableHolder(SynchronizationUnavailable initialValue) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.