| 
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<SessionRegistry>
kieker.monitoring.core.registry.SessionRegistry
public enum SessionRegistry
| Enum Constant Summary | |
|---|---|
INSTANCE
The singleton instance.  | 
|
| Method Summary | |
|---|---|
 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.  | 
static SessionRegistry | 
valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static SessionRegistry[] | 
values()
Returns an array containing the constants of this enum type, in the order they're declared.  | 
| Methods inherited from class java.lang.Enum | 
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Enum Constant Detail | 
|---|
public static final SessionRegistry INSTANCE
| Method Detail | 
|---|
public static final SessionRegistry[] values()
for(SessionRegistry c : SessionRegistry.values())
        System.out.println(c);
public static SessionRegistry valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified namepublic final void storeThreadLocalSessionId(String sessionId)
sessionId - The session ID.public final String recallThreadLocalSessionId()
public final void unsetThreadLocalSessionId()
  | 
Kieker 1.9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||