public class PortletApplicationSessionMonitorImpl extends Object implements PortletApplicationSessionMonitor
SESSION_KEY| Constructor and Description |
|---|
PortletApplicationSessionMonitorImpl(String contextPath,
String portalSessionId,
long portalSessionKey) |
PortletApplicationSessionMonitorImpl(String contextPath,
String portalSessionId,
long portalSessionKey,
boolean forceInvalidate) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
String |
getPortalSessionId() |
long |
getPortalSessionKey() |
javax.servlet.http.HttpSession |
getSession() |
void |
invalidateSession() |
void |
sessionDidActivate(javax.servlet.http.HttpSessionEvent event) |
void |
sessionWillPassivate(javax.servlet.http.HttpSessionEvent event) |
void |
syncPortalSessionId(PortalSessionMonitor psm) |
void |
valueBound(javax.servlet.http.HttpSessionBindingEvent event) |
void |
valueUnbound(javax.servlet.http.HttpSessionBindingEvent event) |
public PortletApplicationSessionMonitorImpl(String contextPath, String portalSessionId, long portalSessionKey)
public long getPortalSessionKey()
getPortalSessionKey in interface PortletApplicationSessionMonitorpublic String getPortalSessionId()
getPortalSessionId in interface PortletApplicationSessionMonitorpublic javax.servlet.http.HttpSession getSession()
getSession in interface PortletApplicationSessionMonitorpublic String getContextPath()
getContextPath in interface PortletApplicationSessionMonitorpublic void invalidateSession()
invalidateSession in interface PortletApplicationSessionMonitorpublic void valueBound(javax.servlet.http.HttpSessionBindingEvent event)
valueBound in interface javax.servlet.http.HttpSessionBindingListenerpublic void valueUnbound(javax.servlet.http.HttpSessionBindingEvent event)
valueUnbound in interface javax.servlet.http.HttpSessionBindingListenerpublic void sessionDidActivate(javax.servlet.http.HttpSessionEvent event)
sessionDidActivate in interface javax.servlet.http.HttpSessionActivationListenerpublic void sessionWillPassivate(javax.servlet.http.HttpSessionEvent event)
sessionWillPassivate in interface javax.servlet.http.HttpSessionActivationListenerpublic void syncPortalSessionId(PortalSessionMonitor psm)
syncPortalSessionId in interface PortletApplicationSessionMonitorCopyright © 1999–2015 The Apache Software Foundation. All rights reserved.