yawda.controller
Interface IPersistentSession

All Superinterfaces:
javax.servlet.http.HttpSession, Serializable
All Known Implementing Classes:
CPersistentSession

public interface IPersistentSession
extends javax.servlet.http.HttpSession, Serializable

Author:
Quentin Anciaux

Method Summary
 int getTimeToLive()
           
 boolean isValid()
           
 void setContext(javax.servlet.ServletContext context)
           
 void setStore(ISessionStore store)
           
 void updateAccessedTime()
           
 
Methods inherited from interface javax.servlet.http.HttpSession
getAttribute, getAttributeNames, getCreationTime, getId, getLastAccessedTime, getMaxInactiveInterval, getServletContext, getSessionContext, getValue, getValueNames, invalidate, isNew, putValue, removeAttribute, removeValue, setAttribute, setMaxInactiveInterval
 

Method Detail

setContext

public void setContext(javax.servlet.ServletContext context)

updateAccessedTime

public void updateAccessedTime()

setStore

public void setStore(ISessionStore store)

getTimeToLive

public int getTimeToLive()

isValid

public boolean isValid()