|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectglogic.jthin.app.ClientSessionMgr
Singleton holding products session and context info.
| Method Summary | |
long |
getActualExpireWindow()
This maybe less than what the user requests if the server has set limits. 0 means no limit Server-side will enforce this but client should reference this for keepalives and other releated uses. |
ClientContext |
getClientContext()
|
EnvStatusInfo |
getEnvStatusInfo()
|
static ClientSessionMgr |
getInstance()
|
java.lang.String |
getSessionID()
|
void |
invalidateClientSession()
|
boolean |
isValidSession()
|
void |
setClientSession(ClientSession session)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public static ClientSessionMgr getInstance()
public void setClientSession(ClientSession session)
public ClientContext getClientContext()
public void invalidateClientSession()
public boolean isValidSession()
public java.lang.String getSessionID()
null if no session available.public EnvStatusInfo getEnvStatusInfo()
public long getActualExpireWindow()
|
TaskBean API 0.5 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||