Modifier and Type | Method and Description |
---|---|
ControlWrapper |
AtomicTransaction.getControlWrapper() |
ControlWrapper |
TransactionImple.getControlWrapper() |
Constructor and Description |
---|
AtomicTransaction(ControlWrapper tx) |
Constructor and Description |
---|
SubordinateAtomicTransaction(ControlWrapper tx) |
Modifier and Type | Method and Description |
---|---|
ControlWrapper |
ControlWrapper.create_subtransaction() |
Modifier and Type | Method and Description |
---|---|
ControlWrapper |
ContextManager.createHierarchy(Any ctx) |
ControlWrapper |
ContextManager.createProxy(Any ctx) |
ControlWrapper |
ContextManager.current()
Get the transaction for the invoking thread.
|
ControlWrapper |
ContextManager.current(String threadId)
Get the current transaction associated with the invoking thread.
|
ControlWrapper |
ContextManager.currentPIContext() |
ControlWrapper |
ContextManager.popAction() |
ControlWrapper |
ContextManager.popAction(String threadId) |
Modifier and Type | Method and Description |
---|---|
void |
ContextManager.pushAction(ControlWrapper action)
If we have a hierarchy of remote actions (controls) then they will not
be registered with BasicAction.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerControlWrapper
This class attempts to mask the local/remote control issue.
|
Modifier and Type | Method and Description |
---|---|
ControlWrapper |
ServerControlWrapper.create_subtransaction() |
Modifier and Type | Method and Description |
---|---|
ControlWrapper |
CurrentImple.getControlWrapper() |
ControlWrapper |
CurrentImple.suspendWrapper() |
Modifier and Type | Method and Description |
---|---|
void |
CurrentImple.resumeWrapper(ControlWrapper which) |
Modifier and Type | Field and Description |
---|---|
protected ControlWrapper |
AtomicTransaction._theAction |
Modifier and Type | Method and Description |
---|---|
void |
TxAssociation.begin(ControlWrapper tx) |
void |
DebugTxAssociation.begin(ControlWrapper tx) |
void |
TxAssociation.commit(ControlWrapper tx) |
void |
DebugTxAssociation.commit(ControlWrapper tx) |
void |
TxAssociation.resume(ControlWrapper tx) |
void |
DebugTxAssociation.resume(ControlWrapper tx) |
void |
TxAssociation.rollback(ControlWrapper tx) |
void |
DebugTxAssociation.rollback(ControlWrapper tx) |
void |
TxAssociation.suspend(ControlWrapper tx) |
void |
DebugTxAssociation.suspend(ControlWrapper tx) |
static void |
ThreadAssociationControl.updateAssociation(ControlWrapper tx,
int reason) |
Constructor and Description |
---|
AtomicTransaction(ControlWrapper tx) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.