| org.objectweb.jonas.web.jetty50.jmx.J2EEWebModuleMBean
J2EEWebModuleMBean | public class J2EEWebModuleMBean extends ModelMBeanImpl (Code) | | Fake (at least not complete) implementation of the WebModule MBean.
TODO for a full implementation, the MBean should be able to return
a real ObjectName array for Servlets inside the WebApp.
author: Guillaume Sauthier |
defineManagedResource | protected void defineManagedResource()(Code) | | See Also: org.mortbay.util.jmx.ModelMBeanImpl.defineManagedResource |
setServlets | public void setServlets(ObjectName[] servlets)(Code) | | Parameters: servlets - |
uniqueObjectName | public synchronized ObjectName uniqueObjectName(MBeanServer mbeanServer, String baseObjectName)(Code) | | See Also: org.mortbay.jetty.servlet.jsr77.jmx.Jsr77ServletHolderMBean.uniqueObjectName(javax.management.MBeanServerjava.lang.String) |
|
|