org.mortbay.jetty.servlet

Interface SessionManager.Session

All Superinterfaces:
HttpSession
Known Implementing Classes:
AbstractSessionManager.Session, HashSessionManager.Session

public static interface SessionManager.Session
extends HttpSession

Method Summary

void
access()
boolean
isValid()

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 Details

access

public void access()

isValid

public boolean isValid()

Copyright © 2004 Mortbay Consulting Pty. Ltd. All Rights Reserved.