org.apache.jetspeed.container.session
Class PortletApplicationSessionMonitorImpl
java.lang.Object
org.apache.jetspeed.container.session.PortletApplicationSessionMonitorImpl
- All Implemented Interfaces:
- java.io.Serializable, java.util.EventListener, javax.servlet.http.HttpSessionActivationListener, javax.servlet.http.HttpSessionBindingListener, PortletApplicationSessionMonitor
public class PortletApplicationSessionMonitorImpl
- extends java.lang.Object
- implements PortletApplicationSessionMonitor
PortletApplicationSessionMonitorImpl
- Version:
- $Id: $
- Author:
- Ate Douma
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PortletApplicationSessionMonitorImpl
public PortletApplicationSessionMonitorImpl(java.lang.String contextPath,
java.lang.String portalSessionId,
long portalSessionKey)
PortletApplicationSessionMonitorImpl
public PortletApplicationSessionMonitorImpl(java.lang.String contextPath,
java.lang.String portalSessionId,
long portalSessionKey,
boolean forceInvalidate)
getPortalSessionKey
public long getPortalSessionKey()
- Specified by:
getPortalSessionKey
in interface PortletApplicationSessionMonitor
getPortalSessionId
public java.lang.String getPortalSessionId()
- Specified by:
getPortalSessionId
in interface PortletApplicationSessionMonitor
getSession
public javax.servlet.http.HttpSession getSession()
- Specified by:
getSession
in interface PortletApplicationSessionMonitor
getContextPath
public java.lang.String getContextPath()
- Specified by:
getContextPath
in interface PortletApplicationSessionMonitor
invalidateSession
public void invalidateSession()
- Specified by:
invalidateSession
in interface PortletApplicationSessionMonitor
valueBound
public void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
valueBound
in interface javax.servlet.http.HttpSessionBindingListener
valueUnbound
public void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
- Specified by:
valueUnbound
in interface javax.servlet.http.HttpSessionBindingListener
sessionDidActivate
public void sessionDidActivate(javax.servlet.http.HttpSessionEvent event)
- Specified by:
sessionDidActivate
in interface javax.servlet.http.HttpSessionActivationListener
sessionWillPassivate
public void sessionWillPassivate(javax.servlet.http.HttpSessionEvent event)
- Specified by:
sessionWillPassivate
in interface javax.servlet.http.HttpSessionActivationListener
Copyright © 1999-2009 Apache Software Foundation. All Rights Reserved.