Uses of Class
com.arjuna.ats.arjuna.coordinator.ActionHierarchy
-
Packages that use ActionHierarchy Package Description com.arjuna.ats.arjuna.coordinator com.arjuna.ats.txoj -
-
Uses of ActionHierarchy in com.arjuna.ats.arjuna.coordinator
Methods in com.arjuna.ats.arjuna.coordinator that return ActionHierarchy Modifier and Type Method Description ActionHierarchyBasicAction. getHierarchy()Return the action hierarchy for this transaction.Methods in com.arjuna.ats.arjuna.coordinator with parameters of type ActionHierarchy Modifier and Type Method Description voidActionHierarchy. copy(ActionHierarchy c)Create a copy of the specified transaction hierarchy.booleanActionHierarchy. equals(ActionHierarchy other)Overloads Object.equals.intActionHierarchy. findCommonPrefix(ActionHierarchy oldHierarchy)Find common prefix in two hierarchies.Constructors in com.arjuna.ats.arjuna.coordinator with parameters of type ActionHierarchy Constructor Description ActionHierarchy(ActionHierarchy theCopy)Create a new copy of the specified transaction hierarchy. -
Uses of ActionHierarchy in com.arjuna.ats.txoj
Methods in com.arjuna.ats.txoj that return ActionHierarchy Modifier and Type Method Description ActionHierarchyLock. getAllOwners()Methods in com.arjuna.ats.txoj with parameters of type ActionHierarchy Modifier and Type Method Description voidLock. changeHierarchy(ActionHierarchy newOwner)Change the transaction hierarchy associated with the lock to that provided.
-