org.apache.jetspeed.container.session
Interface PortalSessionsManager
public interface PortalSessionsManager
PortalSessionsMonitor
- Version:
- $Id: $
- Author:
- Ate Douma
SERVICE_NAME
static final java.lang.String SERVICE_NAME
portalSessionCreated
void portalSessionCreated(javax.servlet.http.HttpSession portalSession)
portalSessionWillPassivate
void portalSessionWillPassivate(PortalSessionMonitor psm)
portalSessionDidActivate
void portalSessionDidActivate(PortalSessionMonitor psm)
portalSessionDestroyed
void portalSessionDestroyed(PortalSessionMonitor psm)
checkMonitorSession
void checkMonitorSession(java.lang.String contextPath,
javax.servlet.http.HttpSession portalSession,
javax.servlet.http.HttpSession paSession)
sessionWillPassivate
void sessionWillPassivate(PortletApplicationSessionMonitor pasm)
sessionDidActivate
void sessionDidActivate(PortletApplicationSessionMonitor pasm)
sessionDestroyed
void sessionDestroyed(PortletApplicationSessionMonitor pasm)
sessionCount
int sessionCount()
- Returns the number of current sessions. Used to track the number guest users in portal.
- Returns:
- Number of currently created sessions in the registry
Copyright © 1999-2011 The Apache Software Foundation. All Rights Reserved.