org.apache.jetspeed.container.session
Interface PortletApplicationSessionMonitor
- All Superinterfaces:
- java.util.EventListener, javax.servlet.http.HttpSessionActivationListener, javax.servlet.http.HttpSessionBindingListener, java.io.Serializable
public interface PortletApplicationSessionMonitor
- extends javax.servlet.http.HttpSessionBindingListener, javax.servlet.http.HttpSessionActivationListener, java.io.Serializable
PortletApplicationSessionMonitor
- Version:
- $Id: $
- Author:
- Ate Douma
Methods inherited from interface javax.servlet.http.HttpSessionBindingListener |
valueBound, valueUnbound |
Methods inherited from interface javax.servlet.http.HttpSessionActivationListener |
sessionDidActivate, sessionWillPassivate |
SESSION_KEY
static final java.lang.String SESSION_KEY
getPortalSessionKey
long getPortalSessionKey()
getPortalSessionId
java.lang.String getPortalSessionId()
getContextPath
java.lang.String getContextPath()
invalidateSession
void invalidateSession()
getSession
javax.servlet.http.HttpSession getSession()
syncPortalSessionId
void syncPortalSessionId(PortalSessionMonitor psm)
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.