Package com.microstrategy.web.app
Class ThreadSessionMap
- java.lang.Object
-
- com.microstrategy.web.app.ThreadSessionMap
-
public final class ThreadSessionMap extends java.lang.Object
- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ThreadSessionMap.SessionObjects
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
cleanup()
Cleans up any thread local storage associated with the current thread.static void
clear()
clears the value of the session stored in the threadlocalstatic ThreadSessionMap.SessionObjects
getSessionObjects()
static void
set(WebIServerSession session)
sets the session in the threadlocal
-
-
-
Method Detail
-
set
public static void set(WebIServerSession session)
sets the session in the threadlocal- Parameters:
session
-WebIServerSession
instance to be used for initializing this instance
-
getSessionObjects
public static ThreadSessionMap.SessionObjects getSessionObjects()
- Since:
- MicroStrategy Web 8.1.1
-
clear
public static void clear()
clears the value of the session stored in the threadlocal
-
cleanup
public static void cleanup()
Cleans up any thread local storage associated with the current thread.
-
-