Package org.eclipse.jetty.server.handler
Class ManagedAttributeListener
- java.lang.Object
-
- org.eclipse.jetty.server.handler.ManagedAttributeListener
-
- All Implemented Interfaces:
java.util.EventListener
,javax.servlet.ServletContextAttributeListener
,javax.servlet.ServletContextListener
public class ManagedAttributeListener extends java.lang.Object implements javax.servlet.ServletContextListener, javax.servlet.ServletContextAttributeListener
Enable Jetty style JMX MBeans from within a Context
-
-
Constructor Summary
Constructors Constructor Description ManagedAttributeListener(ContextHandler context, java.lang.String... managedAttributes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
attributeAdded(javax.servlet.ServletContextAttributeEvent event)
void
attributeRemoved(javax.servlet.ServletContextAttributeEvent event)
void
attributeReplaced(javax.servlet.ServletContextAttributeEvent event)
void
contextDestroyed(javax.servlet.ServletContextEvent event)
void
contextInitialized(javax.servlet.ServletContextEvent event)
protected void
updateBean(java.lang.String name, java.lang.Object oldBean, java.lang.Object newBean)
-
-
-
Constructor Detail
-
ManagedAttributeListener
public ManagedAttributeListener(ContextHandler context, java.lang.String... managedAttributes)
-
-
Method Detail
-
attributeReplaced
public void attributeReplaced(javax.servlet.ServletContextAttributeEvent event)
- Specified by:
attributeReplaced
in interfacejavax.servlet.ServletContextAttributeListener
-
attributeRemoved
public void attributeRemoved(javax.servlet.ServletContextAttributeEvent event)
- Specified by:
attributeRemoved
in interfacejavax.servlet.ServletContextAttributeListener
-
attributeAdded
public void attributeAdded(javax.servlet.ServletContextAttributeEvent event)
- Specified by:
attributeAdded
in interfacejavax.servlet.ServletContextAttributeListener
-
contextInitialized
public void contextInitialized(javax.servlet.ServletContextEvent event)
- Specified by:
contextInitialized
in interfacejavax.servlet.ServletContextListener
-
contextDestroyed
public void contextDestroyed(javax.servlet.ServletContextEvent event)
- Specified by:
contextDestroyed
in interfacejavax.servlet.ServletContextListener
-
updateBean
protected void updateBean(java.lang.String name, java.lang.Object oldBean, java.lang.Object newBean)
-
-