org.apache.jetspeed.container.session
Interface PortalSessionsManager


public interface PortalSessionsManager

PortalSessionsMonitor

Version:
$Id: $
Author:
Ate Douma

Field Summary
static java.lang.String SERVICE_NAME
           
 
Method Summary
 void checkMonitorSession(java.lang.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)
           
 

Field Detail

SERVICE_NAME

static final java.lang.String SERVICE_NAME
Method Detail

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.