|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.tarantella.tta.webservices.client.views.SessionBean
com.tarantella.tta.webservices.client.views.WebtopSessionJSP
public class WebtopSessionJSP
The class links the lifetime of the Secure Global Desktop (SGD) user session to that of the JSP session.
Constructor Summary | |
---|---|
WebtopSessionJSP(boolean tied) Constructor. |
|
WebtopSessionJSP(java.lang.String sessionCookieArg, boolean tied) Constructor. |
Method Summary | |
---|---|
void |
valueBound(HttpSessionBindingEvent event) |
void |
valueUnbound(HttpSessionBindingEvent event) |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebtopSessionJSP(boolean tied)
tied
- Flag controlling the relationship between the SGD and JSP session:
true | SGD session ends when the JSP session times out |
false | SGD session survives the JSP session timing out |
public WebtopSessionJSP(java.lang.String sessionCookieArg, boolean tied)
sessionCookieArg
- Existing session cookie.tied
- Flag controlling the relationship between the SGD and JSP session:
true | SGD session ends when the JSP session times out |
false | SGD session survives the JSP session timing out |
Method Detail |
---|
public void valueBound(HttpSessionBindingEvent event)
public void valueUnbound(HttpSessionBindingEvent event)
|
Oracle Secure Global Desktop Web Services API Documentation Release 4.6 E23734-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |