Uses of Class
com.arjuna.ats.arjuna.AtomicAction

Packages that use AtomicAction
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
 class TopLevelAction
          This class provides a (nested) top-level transaction.
 

Methods in com.arjuna.ats.arjuna that return AtomicAction
static AtomicAction AtomicAction.suspend()
          Suspend all transaction association from the invoking thread.
 

Methods in com.arjuna.ats.arjuna with parameters of type AtomicAction
static boolean AtomicAction.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
 class RecoverAtomicAction
           
 

Uses of AtomicAction in com.arjuna.ats.jta.xa
 

Constructors in com.arjuna.ats.jta.xa with parameters of type AtomicAction
XidImple(AtomicAction c)
           
 



Copyright © 2012. All Rights Reserved.