© 2005 BEA Systems, Inc.

com.bea.p13n.tracking.listeners
Class SessionEventListener

java.lang.Object
  extended bycom.bea.p13n.tracking.listeners.SessionEventListener
All Implemented Interfaces:
EventListener, HttpSessionListener

public class SessionEventListener
extends Object
implements HttpSessionListener

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


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.

Specified by:
sessionCreated in interface HttpSessionListener

sessionDestroyed

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

Specified by:
sessionDestroyed in interface HttpSessionListener

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved