public interface PortalSessionsManager
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
void |
checkMonitorSession(String contextPath,
javax.servlet.http.HttpSession portalSession,
javax.servlet.http.HttpSession paSession) |
void |
portalSessionCreated(javax.servlet.http.HttpSession portalSession) |
void |
portalSessionDestroyed(PortalSessionMonitor psm) |
void |
portalSessionDidActivate(PortalSessionMonitor psm) |
void |
portalSessionWillPassivate(PortalSessionMonitor psm) |
int |
sessionCount()
Returns the number of current sessions.
|
void |
sessionDestroyed(PortletApplicationSessionMonitor pasm) |
void |
sessionDidActivate(PortletApplicationSessionMonitor pasm) |
void |
sessionWillPassivate(PortletApplicationSessionMonitor pasm) |
static final String SERVICE_NAME
void portalSessionCreated(javax.servlet.http.HttpSession portalSession)
void portalSessionWillPassivate(PortalSessionMonitor psm)
void portalSessionDidActivate(PortalSessionMonitor psm)
void portalSessionDestroyed(PortalSessionMonitor psm)
void checkMonitorSession(String contextPath, javax.servlet.http.HttpSession portalSession, javax.servlet.http.HttpSession paSession)
void sessionWillPassivate(PortletApplicationSessionMonitor pasm)
void sessionDidActivate(PortletApplicationSessionMonitor pasm)
void sessionDestroyed(PortletApplicationSessionMonitor pasm)
int sessionCount()
Copyright © 1999–2016 The Apache Software Foundation. All rights reserved.