java.lang.Object | |
↳ | com.microstrategy.web.app.ThreadSessionMap |
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | ThreadSessionMap.SessionObjects |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
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 threadlocal
| ||||||||||
static ThreadSessionMap.SessionObjects | getSessionObjects() | ||||||||||
static void |
set(WebIServerSession session)
sets the session in the threadlocal
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Cleans up any thread local storage associated with the current thread.
clears the value of the session stored in the threadlocal
sets the session in the threadlocal
session | WebIServerSession instance to be used for initializing
this instance
|
---|