|
Kieker 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object kieker.monitoring.core.SessionRegistry
public class SessionRegistry
Method Summary | |
---|---|
static SessionRegistry |
getInstance()
|
String |
recallThreadLocalSessionId()
This method returns the thread-local traceid previously registered using the method registerTraceId(curTraceId). |
void |
storeThreadLocalSessionId(String sessionId)
Used by the spring aspect to explicitly register a sessionid that is to be collected within a servlet method (that knows the request object). |
void |
unsetThreadLocalSessionId()
This method unsets a previously registered sessionid. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static final SessionRegistry getInstance()
public final void storeThreadLocalSessionId(String sessionId)
public final String recallThreadLocalSessionId()
public final void unsetThreadLocalSessionId()
|
Kieker 1.2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |