org.mortbay.jetty.servlet.jmx
public class ConfigurationMBean extends ModelMBeanImpl
Version: $Revision: 1.2 $ $Date: 2005/08/13 00:01:27 $
Field Summary | |
---|---|
protected WebApplicationContext.Configuration | _config |
Constructor Summary | |
---|---|
ConfigurationMBean() |
Method Summary | |
---|---|
protected void | defineManagedResource() defineManagedResource
Grab the object which this mbean is proxying for, which in
this case is an org.mortbay.jetty.servlet.WebApplicationContext.Configuration |
String | getName() getName
This method is only defined to satisfy JMX: it is non-compliant
to have an mbean with no methods on it, so this method has been
added as a workaround. |
ObjectName | uniqueObjectName(MBeanServer server, String on) uniqueObjectName
Make a unique jmx name for this configuration object |
See Also: defineManagedResource
Returns: classname of the Configuration instance
See Also: ModelMBeanImpl