Class ThreadAssociations

java.lang.Object
com.arjuna.ats.jts.extensions.ThreadAssociations

public class ThreadAssociations extends Object
Instances of TxAssociation can be added on a per thread basis, or for all threads.
Since:
JTS 2.0.
Version:
$Id: ThreadAssociations.java 2342 2006-03-30 13:06:17Z $
Author:
Mark Little (mark_little@hp.com)
  • Constructor Details

    • ThreadAssociations

      public ThreadAssociations()
  • Method Details

    • add

      public static final boolean add(TxAssociation tx)
    • addGlobal

      public static final boolean addGlobal(TxAssociation tx)
    • remove

      public static final boolean remove(TxAssociation tx)
    • removeGlobal

      public static final boolean removeGlobal(TxAssociation tx)
    • removeAll

      public static final boolean removeAll(boolean global)