public class ThreadAssociations
extends java.lang.Object
| Constructor and Description |
|---|
ThreadAssociations() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static final boolean add(TxAssociation tx)
public static final boolean addGlobal(TxAssociation tx)
public static final boolean remove(TxAssociation tx)
public static final boolean removeGlobal(TxAssociation tx)
public static final boolean removeAll(boolean global)