org.apache.felix.http.base.internal
Class EventDispatcher

java.lang.Object
  extended by org.apache.felix.http.base.internal.EventDispatcher
All Implemented Interfaces:
EventListener, javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionListener

public class EventDispatcher
extends Object
implements javax.servlet.http.HttpSessionAttributeListener, javax.servlet.http.HttpSessionListener

The EventDispatcher dispatches events sent from the servlet container (embedded Jetty or container in which the framework is running in bridged mode) to any HttpSessionAttributeListener or HttpSessionListener services.


Method Summary
 void attributeAdded(HttpSessionBindingEvent se)
           
 void attributeRemoved(HttpSessionBindingEvent se)
           
 void attributeReplaced(HttpSessionBindingEvent se)
           
 void sessionCreated(javax.servlet.http.HttpSessionEvent se)
           
 void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

sessionCreated

public void sessionCreated(javax.servlet.http.HttpSessionEvent se)
Specified by:
sessionCreated in interface javax.servlet.http.HttpSessionListener

sessionDestroyed

public void sessionDestroyed(javax.servlet.http.HttpSessionEvent se)
Specified by:
sessionDestroyed in interface javax.servlet.http.HttpSessionListener

attributeAdded

public void attributeAdded(HttpSessionBindingEvent se)
Specified by:
attributeAdded in interface javax.servlet.http.HttpSessionAttributeListener

attributeRemoved

public void attributeRemoved(HttpSessionBindingEvent se)
Specified by:
attributeRemoved in interface javax.servlet.http.HttpSessionAttributeListener

attributeReplaced

public void attributeReplaced(HttpSessionBindingEvent se)
Specified by:
attributeReplaced in interface javax.servlet.http.HttpSessionAttributeListener


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.