com.bea.p13n.tracking.listeners
Class SessionEventListener

java.lang.Object
  extended by com.bea.p13n.tracking.listeners.SessionEventListener

public class SessionEventListener
extends Object

Class is implemented as a HttpSessionListener, to fire SessionEvents upon Session begin and end. It is configured in web.xml as follows: com.bea.p13n.tracking.listeners.SessionEventListener


Constructor Summary
SessionEventListener()
           
 
Method Summary
 void sessionCreated(HttpSessionEvent beginEvent)
          Fire an event to indicate that sesion has begun.
 void sessionDestroyed(HttpSessionEvent endEvent)
          Fire an event to indicate that sesion has ended.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionEventListener

public SessionEventListener()
Method Detail

sessionCreated

public void sessionCreated(HttpSessionEvent beginEvent)
Fire an event to indicate that sesion has begun.


sessionDestroyed

public void sessionDestroyed(HttpSessionEvent endEvent)
Fire an event to indicate that sesion has ended.



Copyright © 2006 BEA Systems, Inc. All Rights Reserved