Uses of Interface
com.arjuna.ats.jts.extensions.TxAssociation

Packages that use TxAssociation
com.arjuna.ats.jts.extensions   
 

Uses of TxAssociation in com.arjuna.ats.jts.extensions
 

Classes in com.arjuna.ats.jts.extensions that implement TxAssociation
 class DebugTxAssociation
          Whereas TxAssociation classes are on a per thread basis, insances of this type apply to all threads.
 

Methods in com.arjuna.ats.jts.extensions with parameters of type TxAssociation
static boolean ThreadAssociations.add(TxAssociation tx)
           
static boolean ThreadAssociations.addGlobal(TxAssociation tx)
           
static boolean ThreadAssociations.remove(TxAssociation tx)
           
static boolean ThreadAssociations.removeGlobal(TxAssociation tx)
           
 



Copyright © 2011. All Rights Reserved.