Uses of Class
com.arjuna.ats.arjuna.AtomicAction
-
Packages that use AtomicAction Package Description com.arjuna.ats.arjuna com.arjuna.ats.arjuna.recovery com.arjuna.ats.jta.xa -
-
Uses of AtomicAction in com.arjuna.ats.arjuna
Subclasses of AtomicAction in com.arjuna.ats.arjuna Modifier and Type Class Description classTopLevelActionThis class provides a (nested) top-level transaction.Methods in com.arjuna.ats.arjuna that return AtomicAction Modifier and Type Method Description static AtomicActionAtomicAction. suspend()Suspend all transaction association from the invoking thread.Methods in com.arjuna.ats.arjuna with parameters of type AtomicAction Modifier and Type Method Description static 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 Modifier and Type Class Description classRecoverAtomicAction -
Uses of AtomicAction in com.arjuna.ats.jta.xa
Constructors in com.arjuna.ats.jta.xa with parameters of type AtomicAction Constructor Description XidImple(AtomicAction c)
-