|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sap.tc.mobile.cfs.wdintapp.MWDSessionManager
public final class MWDSessionManager
Mobile Web Dynpro session manager manages CFS sessions for access by application code.
| Constructor Summary | |
|---|---|
MWDSessionManager()
|
|
| Method Summary | |
|---|---|
static void |
clearSession(java.lang.Object magic)
NON-API (INTERNAL): Clear session for active request/response cycle after request processing. |
static Session |
getSession()
Get CFS session for WD client session. |
static boolean |
hasSession()
NON-API (INTERNAL): Check whether session is associated with current thread. |
static java.lang.Object |
setSession(Session sess)
NON-API (INTERNAL): Set session for active request/response cycle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MWDSessionManager()
| Method Detail |
|---|
public static Session getSession()
public static boolean hasSession()
public static java.lang.Object setSession(Session sess)
sess - session to set.
public static void clearSession(java.lang.Object magic)
magic - magic object required for clearing the session from setSession().
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||