SessionEventListener Class

com.bea.p13n.tracking.listeners
SessionEventListener Class

public class SessionEventListener

    extends Object
    implements HttpSessionListener

Class is implemented as a HttpSessionListener, to fire SessionEvents upon Session begin and end.


Hierarchy
Object
  SessionEventListener
All Implemented Interfaces

EventListener, HttpSessionListener

Constructor Summary

SessionEventListener()

 

Method Summary

public void
sessionCreated(HttpSessionEvent beginEvent)
Fire an event to indicate that sesion has begun.
public void
sessionDestroyed(HttpSessionEvent endEvent)
Fire an event to indicate that sesion has ended.
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   
Methods from interface javax.servlet.http.HttpSessionListener
sessionCreated, sessionDestroyed
 

Constructor Detail

SessionEventListener

public SessionEventListener()
 

Method Detail

sessionCreated(HttpSessionEvent) Method

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


sessionDestroyed(HttpSessionEvent) Method

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