org.mortbay.j2ee.session
Interface Manager.Session

All Superinterfaces:
javax.servlet.http.HttpSession
All Known Implementing Classes:
StateAdaptor
Enclosing class:
Manager

public static interface Manager.Session
extends javax.servlet.http.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 Detail

isValid

boolean isValid()

access

void access()


Copyright © 1995-2011 Mort Bay Consulting. All Rights Reserved.