Package | Description |
---|---|
com.arjuna.ats.arjuna | |
com.arjuna.ats.arjuna.coordinator | |
com.arjuna.ats.arjuna.recovery | |
com.arjuna.ats.arjuna.tools.osb.mbean |
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 |
ActionBeanWrapperInterface.getAction()
Deprecated.
|
BasicAction |
ActionBean.GenericAtomicActionWrapper.getAction() |
Constructor and Description |
---|
ActionBean.GenericAtomicActionWrapper(BasicAction ba,
UidWrapper w) |
Copyright © 2014. All Rights Reserved.