public class AxisServerMBeanExporter extends Object implements ServletContextAttributeListener
AxisServer
created by AxisServlet
. To
enable MBean registration in your Web application, add the following configuration to
web.xml:
<listener> <listener-class>org.apache.axis.management.servlet.AxisServerMBeanExporter</listener-class> </listener>
Constructor and Description |
---|
AxisServerMBeanExporter() |
Modifier and Type | Method and Description |
---|---|
void |
attributeAdded(ServletContextAttributeEvent event) |
void |
attributeRemoved(ServletContextAttributeEvent event) |
void |
attributeReplaced(ServletContextAttributeEvent event) |
public void attributeAdded(ServletContextAttributeEvent event)
attributeAdded
in interface ServletContextAttributeListener
public void attributeRemoved(ServletContextAttributeEvent event)
attributeRemoved
in interface ServletContextAttributeListener
public void attributeReplaced(ServletContextAttributeEvent event)
attributeReplaced
in interface ServletContextAttributeListener
Copyright © The Apache Software Foundation. All Rights Reserved.