org.openqa.jetty.jetty.servlet.jmx
Class XMLConfigurationMBean

java.lang.Object
  extended by org.openqa.jetty.util.jmx.ModelMBeanImpl
      extended by org.openqa.jetty.jetty.servlet.jmx.ConfigurationMBean
          extended by org.openqa.jetty.jetty.servlet.jmx.XMLConfigurationMBean
All Implemented Interfaces:
javax.management.DynamicMBean, javax.management.MBeanRegistration, javax.management.modelmbean.ModelMBean, javax.management.modelmbean.ModelMBeanNotificationBroadcaster, javax.management.NotificationBroadcaster, javax.management.PersistentMBean

public class XMLConfigurationMBean
extends ConfigurationMBean

XMLConfigurationMBean

Version:
$Revision: 1.1 $ $Date: 2004/09/27 14:33:59 $
Author:
janb

Field Summary
 
Fields inherited from class org.openqa.jetty.jetty.servlet.jmx.ConfigurationMBean
_config
 
Fields inherited from class org.openqa.jetty.util.jmx.ModelMBeanImpl
_beanInfo, IMPACT_ACTION, IMPACT_ACTION_INFO, IMPACT_INFO, IMPACT_UNKOWN, INT, NO_PARAMS, OBJECT, ON_MBEAN, ON_OBJECT, READ_ONLY, READ_WRITE, STRING
 
Constructor Summary
XMLConfigurationMBean()
           
 
Method Summary
protected  void defineManagedResource()
          defineManagedResource Grab the object which this mbean is proxying for, which in this case is an org.openqa.jetty.jetty.servlet.WebApplicationContext.Configuration
 
Methods inherited from class org.openqa.jetty.jetty.servlet.jmx.ConfigurationMBean
getName, uniqueObjectName
 
Methods inherited from class org.openqa.jetty.util.jmx.ModelMBeanImpl
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, uniqueObjectName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XMLConfigurationMBean

public XMLConfigurationMBean()
                      throws javax.management.MBeanException
Throws:
javax.management.MBeanException
Method Detail

defineManagedResource

protected void defineManagedResource()
Description copied from class: ConfigurationMBean
defineManagedResource Grab the object which this mbean is proxying for, which in this case is an org.openqa.jetty.jetty.servlet.WebApplicationContext.Configuration

Overrides:
defineManagedResource in class ConfigurationMBean
See Also:
ModelMBeanImpl.defineManagedResource()


Copyright © 2011. All Rights Reserved.