Uses of Interface
com.arjuna.ats.arjuna.coordinator.Reapable

Packages that use Reapable
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
 class AtomicAction
          This is a user-level transaction class, unlike BasicAction.
 class TopLevelAction
          This 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
 class TwoPhaseCoordinator
          Adds support for synchronizations to BasicAction.
 

Methods in com.arjuna.ats.arjuna.coordinator with parameters of type Reapable
 void TransactionReaper.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
 class RecoverAtomicAction
           
 



Copyright © 2011. All Rights Reserved.