Modifier and Type | Class and Description |
---|---|
class |
AtomicAction
This is a user-level transaction class, unlike BasicAction.
|
class |
TopLevelAction
This class provides a (nested) top-level transaction.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
StateManager.forgetAction(BasicAction action,
boolean committed,
int recordType)
Remove action from list of using actions.
|
protected boolean |
StateManager.rememberAction(BasicAction action,
int recordType,
int state)
Remember that the specified transaction is using the object.
|
Modifier and Type | Class and Description |
---|---|
class |
TwoPhaseCoordinator
Adds support for synchronizations to BasicAction.
|
Modifier and Type | Method and Description |
---|---|
static BasicAction |
BasicAction.Current() |
BasicAction |
ActionManager.get(Uid id) |
BasicAction |
BasicAction.parent() |
BasicAction |
BasicAction.topLevelAction() |
Modifier and Type | Method and Description |
---|---|
boolean |
BasicAction.addChildAction(BasicAction act)
Add a new child action to the atomic action.
|
protected int |
BasicAction.Begin(BasicAction parentAct)
Atomic action Begin operation.
|
void |
ActionManager.put(BasicAction act) |
boolean |
BasicAction.removeChildAction(BasicAction act)
Remove a child action.
|
int |
TwoPhaseCoordinator.start(BasicAction parentAction) |
Modifier and Type | Class and Description |
---|---|
class |
RecoverAtomicAction |
Modifier and Type | Method and Description |
---|---|
BasicAction |
ActionBean.GenericAtomicActionWrapper.getAction() |
BasicAction |
ActionBeanWrapperInterface.getAction()
Deprecated.
|
Constructor and Description |
---|
GenericAtomicActionWrapper(BasicAction ba,
UidWrapper w) |
Modifier and Type | Method and Description |
---|---|
static boolean |
StateManagerFriend.forgetAction(StateManager inst,
BasicAction act,
boolean committed,
int recordType) |
static boolean |
StateManagerFriend.rememberAction(StateManager inst,
BasicAction act,
int recordType,
int state) |
Constructor and Description |
---|
ActivationRecord(int st,
StateManager sm,
BasicAction action) |
Modifier and Type | Class and Description |
---|---|
class |
AppendLogTransaction
Needs further consideration and then completion.
|
Modifier and Type | Method and Description |
---|---|
static BasicAction |
ThreadActionData.currentAction() |
static BasicAction |
ThreadActionData.popAction() |
static BasicAction |
ThreadActionData.popAction(boolean unregister) |
static BasicAction |
ThreadActionData.popAction(String threadId) |
static BasicAction |
ThreadActionData.popAction(String threadId,
boolean unregister)
By setting the unregister flag accordingly, information about the thread
is not removed from the action.
|
Modifier and Type | Method and Description |
---|---|
static void |
ThreadActionData.purgeAction(BasicAction act) |
static void |
ThreadActionData.purgeAction(BasicAction act,
Thread t) |
static void |
ThreadActionData.purgeAction(BasicAction act,
Thread t,
boolean unregister) |
static void |
ThreadActionData.pushAction(BasicAction a) |
static void |
ThreadActionData.pushAction(BasicAction a,
boolean register)
By setting the register flag accordingly, information about the thread
may not be propagated to the action, i.e., only the thread's notion of
current changes.
|
static void |
ThreadActionData.restoreActions(BasicAction act)
Put back the entire hierarchy, removing whatever is already there.
|
Modifier and Type | Class and Description |
---|---|
class |
EditableAtomicAction |
Modifier and Type | Class and Description |
---|---|
class |
RecoverConnectableAtomicAction |
Constructor and Description |
---|
CommitMarkableResourceRecord(TransactionImple tx,
org.jboss.tm.ConnectableResource xaResource,
Xid xid,
BasicAction basicAction) |
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 |
---|---|
BasicAction |
ArjunaTransactionImpleWrapper.getAction()
Deprecated.
|
BasicAction |
ServerTransactionWrapper.getAction() |
BasicAction |
RecoveredTransactionWrapper.getAction() |
Constructor and Description |
---|
TransactionImple(BasicAction curr)
Create a new TransactionImple representation of a specified transaction.
|
Modifier and Type | Class and Description |
---|---|
class |
SubordinateAtomicAction
A subordinate JTA transaction; used when importing another transaction
context.
|
Modifier and Type | Class and Description |
---|---|
class |
ArjunaTransactionImple
OTS implementation class.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerTransaction
This looks like an Transaction, but is only created for interposition
purposes.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static BasicAction |
Helper.localAction(Control control)
Given a Control_ptr determine if this is a reference to a local
action, and if so return the raw BasicAction pointer.
|
Modifier and Type | Field and Description |
---|---|
protected BasicAction |
LockRecord.actionHandle |
Constructor and Description |
---|
CadaverLockRecord(LockStore store,
LockManager lm,
BasicAction currAct) |
LockRecord(LockManager lm,
BasicAction currAct) |
LockRecord(LockManager lm,
boolean rdOnly,
BasicAction currAct) |
Modifier and Type | Class and Description |
---|---|
class |
BACoordinator
This class represents a specific coordination instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SubordinateBACoordinator
This class represents a specific coordination instance.
|
Modifier and Type | Class and Description |
---|---|
class |
ATCoordinator
This class represents a specific coordination instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SubordinateATCoordinator
This class represents a specific coordination instance.
|
Modifier and Type | Class and Description |
---|---|
class |
RecoveringTransaction |
class |
Transaction |
Modifier and Type | Class and Description |
---|---|
class |
RecoveryATCoordinator
This class is a plug-in module for the recovery manager.
|
class |
RecoverySubordinateATCoordinator
This class is a plug-in module for the recovery manager.
|
Modifier and Type | Class and Description |
---|---|
class |
RecoveryBACoordinator
This class is a plug-in module for the recovery manager.
|
class |
RecoverySubordinateBACoordinator
This class is a plug-in module for the recovery manager.
|
Copyright © 2021 JBoss by Red Hat. All rights reserved.