public class ConfigurationMBean extends ModelMBeanImpl
| Modifier and Type | Field and Description |
|---|---|
protected WebApplicationContext.Configuration |
_config |
_beanInfo, IMPACT_ACTION, IMPACT_ACTION_INFO, IMPACT_INFO, IMPACT_UNKOWN, INT, NO_PARAMS, OBJECT, ON_MBEAN, ON_OBJECT, READ_ONLY, READ_WRITE, STRING| Constructor and Description |
|---|
ConfigurationMBean() |
| Modifier and Type | Method and Description |
|---|---|
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
|
addAttributeChangeNotificationListener, addNotificationListener, defineAttribute, defineAttribute, defineAttribute, defineAttribute, defineOperation, defineOperation, defineOperation, defineOperation, destroyComponentMBeans, getAttribute, getAttributes, getBaseObjectName, getComponentMBeans, getDefaultDomain, getManagedResource, getMBeanInfo, getMBeanServer, getNotificationInfo, getObjectName, invoke, load, mbeanFor, newObjectName, postDeregister, postRegister, preDeregister, preRegister, removeAttributeChangeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttribute, setAttributes, setBaseObjectName, setDefaultDomain, setManagedResource, setModelMBeanInfo, store, uniqueObjectNameprotected WebApplicationContext.Configuration _config
public ConfigurationMBean()
throws MBeanException
MBeanExceptionprotected void defineManagedResource()
defineManagedResource in class ModelMBeanImplModelMBeanImpl.defineManagedResource()public String getName()
public ObjectName uniqueObjectName(MBeanServer server, String on)
uniqueObjectName in class ModelMBeanImplModelMBeanImpl.uniqueObjectName(javax.management.MBeanServer, java.lang.String)Copyright © 2016. All Rights Reserved.