public class RecordGroupAssociation extends Object
| Constructor and Description |
|---|
RecordGroupAssociation() |
| Modifier and Type | Method and Description |
|---|---|
static String |
peekGroupID()
Returns the groupID currently associated to the current thread
|
static String |
popGroupID()
Returns the groupID for the current thread and removes the association.
|
static void |
pushGroupID(String groupID)
Associates the specified groupID to the current thread
|
public static void pushGroupID(String groupID)
groupID - the groupID to associate to the current threadpublic static String peekGroupID()
public static String popGroupID()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.