org.mortbay.jetty.servlet.jmx
public class WebApplicationContextMBean extends ServletHttpContextMBean
Version: $Revision: 1.11 $
Constructor Summary | |
---|---|
WebApplicationContextMBean() Constructor. |
Method Summary | |
---|---|
protected void | defineManagedResource() |
void | destroyConfigurations() |
ObjectName[] | getConfigurations() getConfigurations
Make mbeans for all of the Configurations applied to the
WebApplicationContext |
void | postDeregister() postDeregister
Unregister mbeans we created for the Configuration objects. |
void | postRegister(Boolean ok) postRegister
Register mbeans for all of the jsr77 servlet stats |
Throws: MBeanException
Returns:
See Also: javax.management.MBeanRegistration#postDeregister()
See Also: javax.management.MBeanRegistration#postRegister(java.lang.Boolean)