|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.ws.api.monitoring.RecordGroupAssociation
public class RecordGroupAssociation
Associates the record group ID with the current thread. This is implemented internally through a static ThreadLocal member.
Constructor Summary | |
---|---|
RecordGroupAssociation()
|
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RecordGroupAssociation()
Method Detail |
---|
public static void pushGroupID(String groupID)
groupID
- the groupID to associate to the current threadpublic static String peekGroupID()
public static String popGroupID()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |