org.cometd.demo
Class BayeuxServicesListener

java.lang.Object
  extended by org.cometd.demo.BayeuxServicesListener
All Implemented Interfaces:
java.util.EventListener, ServletContextAttributeListener

public class BayeuxServicesListener
extends java.lang.Object
implements ServletContextAttributeListener


Nested Class Summary
static class BayeuxServicesListener.EchoRPC
           
static class BayeuxServicesListener.Monitor
           
 
Constructor Summary
BayeuxServicesListener()
           
 
Method Summary
 void attributeAdded(ServletContextAttributeEvent scab)
          Notification that a new attribute was added to the servlet context.
 void attributeRemoved(ServletContextAttributeEvent scab)
          Notification that an existing attribute has been removed from the servlet context.
 void attributeReplaced(ServletContextAttributeEvent scab)
          Notification that an attribute on the servlet context has been replaced.
 void initialize(org.cometd.Bayeux bayeux)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BayeuxServicesListener

public BayeuxServicesListener()
Method Detail

initialize

public void initialize(org.cometd.Bayeux bayeux)

attributeAdded

public void attributeAdded(ServletContextAttributeEvent scab)
Description copied from interface: ServletContextAttributeListener
Notification that a new attribute was added to the servlet context. Called after the attribute is added.

Specified by:
attributeAdded in interface ServletContextAttributeListener

attributeRemoved

public void attributeRemoved(ServletContextAttributeEvent scab)
Description copied from interface: ServletContextAttributeListener
Notification that an existing attribute has been removed from the servlet context. Called after the attribute is removed.

Specified by:
attributeRemoved in interface ServletContextAttributeListener

attributeReplaced

public void attributeReplaced(ServletContextAttributeEvent scab)
Description copied from interface: ServletContextAttributeListener
Notification that an attribute on the servlet context has been replaced. Called after the attribute is replaced.

Specified by:
attributeReplaced in interface ServletContextAttributeListener


Copyright © 1995-2009 Mort Bay Consulting. All Rights Reserved.