Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.platform.web.common.session
Class NuxeoSessionListener

java.lang.Object
  extended by org.nuxeo.ecm.platform.web.common.session.NuxeoSessionListener
All Implemented Interfaces:
EventListener, HttpSessionListener

public class NuxeoSessionListener
extends Object
implements HttpSessionListener

Listen to HttpSession events to update the NuxeoHttpSessionMonitor.

Since:
5.4.2
Author:
Tiry (tdelprat@nuxeo.com)

Constructor Summary
NuxeoSessionListener()
           
 
Method Summary
 void sessionCreated(HttpSessionEvent se)
           
 void sessionDestroyed(HttpSessionEvent se)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NuxeoSessionListener

public NuxeoSessionListener()
Method Detail

sessionCreated

public void sessionCreated(HttpSessionEvent se)
Specified by:
sessionCreated in interface HttpSessionListener

sessionDestroyed

public void sessionDestroyed(HttpSessionEvent se)
Specified by:
sessionDestroyed in interface HttpSessionListener

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.