Uses of Interface
com.arjuna.ats.arjuna.coordinator.Reapable
-
Packages that use Reapable Package Description com.arjuna.ats.arjuna com.arjuna.ats.arjuna.coordinator com.arjuna.ats.arjuna.recovery -
-
Uses of Reapable in com.arjuna.ats.arjuna
Classes in com.arjuna.ats.arjuna that implement Reapable Modifier and Type Class Description classAtomicActionThis is a user-level transaction class, unlike BasicAction.classTopLevelActionThis class provides a (nested) top-level transaction. -
Uses of Reapable in com.arjuna.ats.arjuna.coordinator
Classes in com.arjuna.ats.arjuna.coordinator that implement Reapable Modifier and Type Class Description classTwoPhaseCoordinatorAdds support for synchronizations to BasicAction.Methods in com.arjuna.ats.arjuna.coordinator with parameters of type Reapable Modifier and Type Method Description voidTransactionReaper. insert(Reapable control, int timeout)timeout is given in seconds, but we work in milliseconds. -
Uses of Reapable in com.arjuna.ats.arjuna.recovery
Classes in com.arjuna.ats.arjuna.recovery that implement Reapable Modifier and Type Class Description classRecoverAtomicAction
-