com.arjuna.ats.jts.extensions
Class ThreadAssociations

java.lang.Object
  extended bycom.arjuna.ats.jts.extensions.ThreadAssociations

public class ThreadAssociations
extends java.lang.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 Summary
ThreadAssociations()
           
 
Method Summary
static boolean add(TxAssociation tx)
           
static boolean addGlobal(TxAssociation tx)
           
static boolean remove(TxAssociation tx)
           
static boolean removeAll(boolean global)
           
static boolean removeGlobal(TxAssociation tx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ThreadAssociations

public ThreadAssociations()
Method Detail

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)