public class RecordGroupAssociation
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private static java.lang.ThreadLocal<java.util.Stack<java.lang.String>> |
groupIDAssoc |
| Constructor and Description |
|---|
RecordGroupAssociation() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
peekGroupID()
Returns the groupID currently associated to the current thread
|
static java.lang.String |
popGroupID()
Returns the groupID for the current thread and removes the association.
|
static void |
pushGroupID(java.lang.String groupID)
Associates the specified groupID to the current thread
|
private static java.lang.ThreadLocal<java.util.Stack<java.lang.String>> groupIDAssoc
public static void pushGroupID(java.lang.String groupID)
groupID - the groupID to associate to the current threadpublic static java.lang.String peekGroupID()
public static java.lang.String popGroupID()