|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jcs.utils.servlet.session.MetaHttpSession
Used to contain an http session and/or the associated information.
Field Summary | |
(package private) javax.servlet.http.HttpSession |
sess
The http session. |
(package private) java.lang.String |
session_id
The corresponding cookie id of the http session. |
Constructor Summary | |
(package private) |
MetaHttpSession(java.lang.String session_id,
javax.servlet.http.HttpSession sess)
Constructs with the given session id, and the http session. |
Method Summary | |
(package private) boolean |
valid()
Returns true iff both the session id and the http session are not null. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
final java.lang.String session_id
final javax.servlet.http.HttpSession sess
Constructor Detail |
MetaHttpSession(java.lang.String session_id, javax.servlet.http.HttpSession sess)
session_id
- sess
- Method Detail |
boolean valid()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |