Uses of Interface
com.arjuna.ats.jts.extensions.TxAssociation
Packages that use TxAssociation
-
Uses of TxAssociation in com.arjuna.ats.jts.extensions
Classes in com.arjuna.ats.jts.extensions that implement TxAssociationModifier and TypeClassDescriptionclass
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 TxAssociationModifier and TypeMethodDescriptionstatic final boolean
ThreadAssociations.add
(TxAssociation tx) static final boolean
ThreadAssociations.addGlobal
(TxAssociation tx) static final boolean
ThreadAssociations.remove
(TxAssociation tx) static final boolean
ThreadAssociations.removeGlobal
(TxAssociation tx)