Uses of Class
com.arjuna.ats.arjuna.AtomicAction
Packages that use AtomicAction
-
Uses of AtomicAction in com.arjuna.ats.arjuna
Subclasses of AtomicAction in com.arjuna.ats.arjunaModifier and TypeClassDescriptionclassThis class provides a (nested) top-level transaction.Methods in com.arjuna.ats.arjuna that return AtomicActionModifier and TypeMethodDescriptionstatic final AtomicActionAtomicAction.suspend()Suspend all transaction association from the invoking thread.Methods in com.arjuna.ats.arjuna with parameters of type AtomicActionModifier and TypeMethodDescriptionstatic final booleanAtomicAction.resume(AtomicAction act) Resume transaction association on the current thread. -
Uses of AtomicAction in com.arjuna.ats.arjuna.recovery
Subclasses of AtomicAction in com.arjuna.ats.arjuna.recovery -
Uses of AtomicAction in com.arjuna.ats.jta.xa
Constructors in com.arjuna.ats.jta.xa with parameters of type AtomicAction