Uses of Class
com.arjuna.ats.arjuna.coordinator.BasicAction
-
Packages that use BasicAction Package Description com.arjuna.ats.arjuna com.arjuna.ats.arjuna.coordinator com.arjuna.ats.arjuna.recovery com.arjuna.ats.arjuna.tools.osb.mbean -
-
Uses of BasicAction in com.arjuna.ats.arjuna
Subclasses of BasicAction in com.arjuna.ats.arjuna Modifier and Type Class Description classAtomicActionThis is a user-level transaction class, unlike BasicAction.classTopLevelActionThis class provides a (nested) top-level transaction.Methods in com.arjuna.ats.arjuna with parameters of type BasicAction Modifier and Type Method Description protected booleanStateManager. forgetAction(BasicAction action, boolean committed, int recordType)Remove action from list of using actions.protected booleanStateManager. rememberAction(BasicAction action, int recordType, int state)Remember that the specified transaction is using the object. -
Uses of BasicAction in com.arjuna.ats.arjuna.coordinator
Subclasses of BasicAction in com.arjuna.ats.arjuna.coordinator Modifier and Type Class Description classTwoPhaseCoordinatorAdds support for synchronizations to BasicAction.Methods in com.arjuna.ats.arjuna.coordinator that return BasicAction Modifier and Type Method Description static BasicActionBasicAction. Current()BasicActionActionManager. get(Uid id)BasicActionBasicAction. parent()BasicActionBasicAction. topLevelAction()Methods in com.arjuna.ats.arjuna.coordinator with parameters of type BasicAction Modifier and Type Method Description booleanBasicAction. addChildAction(BasicAction act)Add a new child action to the atomic action.protected intBasicAction. Begin(BasicAction parentAct)Atomic action Begin operation.voidActionManager. put(BasicAction act)booleanBasicAction. removeChildAction(BasicAction act)Remove a child action.intTwoPhaseCoordinator. start(BasicAction parentAction) -
Uses of BasicAction in com.arjuna.ats.arjuna.recovery
Subclasses of BasicAction in com.arjuna.ats.arjuna.recovery Modifier and Type Class Description classRecoverAtomicAction -
Uses of BasicAction in com.arjuna.ats.arjuna.tools.osb.mbean
Methods in com.arjuna.ats.arjuna.tools.osb.mbean that return BasicAction Modifier and Type Method Description BasicActionActionBean.GenericAtomicActionWrapper. getAction()BasicActionActionBeanWrapperInterface. getAction()Deprecated.Constructors in com.arjuna.ats.arjuna.tools.osb.mbean with parameters of type BasicAction Constructor Description GenericAtomicActionWrapper(BasicAction ba, UidWrapper w)
-