public class HttpSessionMonitor extends Object implements HttpSessionBindingListener, Serializable
HttpSession
, collecting data for the
PresentationMonitorUtil.EVENT_HTTP_SESSION
event.Modifier and Type | Method and Description |
---|---|
static void |
monitorSession(SessionConfig sessionConfig,
PageWebResource webResource,
HttpSession session,
String lastTrackId)
Starts monitoring the given http session.
|
void |
valueBound(HttpSessionBindingEvent event) |
void |
valueUnbound(HttpSessionBindingEvent event) |
public void valueBound(HttpSessionBindingEvent event)
valueBound
in interface HttpSessionBindingListener
public void valueUnbound(HttpSessionBindingEvent event)
valueUnbound
in interface HttpSessionBindingListener
public static void monitorSession(SessionConfig sessionConfig, PageWebResource webResource, HttpSession session, String lastTrackId) throws PortalException
session
- the http session.lastTrackId
- the monitor user identifier.PortalException
LumisXP 12.3.0.200408 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.