Package com.arjuna.ats.jts.extensions
Class ThreadAssociations
java.lang.Object
com.arjuna.ats.jts.extensions.ThreadAssociations
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
-
Method Summary
Modifier and TypeMethodDescriptionstatic final boolean
add
(TxAssociation tx) static final boolean
static final boolean
remove
(TxAssociation tx) static final boolean
removeAll
(boolean global) static final boolean
-
Constructor Details
-
ThreadAssociations
public ThreadAssociations()
-
-
Method Details
-
add
-
addGlobal
-
remove
-
removeGlobal
-
removeAll
public static final boolean removeAll(boolean global)
-