Package org.apache.catalina.mbeans
Class ContextEnvironmentMBean
- java.lang.Object
- 
- org.apache.tomcat.util.modeler.BaseModelMBean
- 
- org.apache.catalina.mbeans.BaseCatalinaMBean<ContextEnvironment>
- 
- org.apache.catalina.mbeans.ContextEnvironmentMBean
 
 
 
- 
- All Implemented Interfaces:
- javax.management.DynamicMBean,- javax.management.MBeanRegistration,- javax.management.modelmbean.ModelMBeanNotificationBroadcaster,- javax.management.NotificationBroadcaster
 
 public class ContextEnvironmentMBean extends BaseCatalinaMBean<ContextEnvironment> A ModelMBean implementation for the org.apache.tomcat.util.descriptor.web.ContextEnvironmentcomponent.- Author:
- Amy Roh
 
- 
- 
Field Summary- 
Fields inherited from class org.apache.tomcat.util.modeler.BaseModelMBeanattributeBroadcaster, generalBroadcaster, managedBean, oname, resource, resourceType
 
- 
 - 
Constructor SummaryConstructors Constructor Description ContextEnvironmentMBean()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetAttribute(javax.management.Attribute attribute)Set the value of a specific attribute of this MBean.- 
Methods inherited from class org.apache.catalina.mbeans.BaseCatalinaMBeandoGetManagedResource, newInstance
 - 
Methods inherited from class org.apache.tomcat.util.modeler.BaseModelMBeanaddAttributeChangeNotificationListener, addNotificationListener, getAttribute, getAttributes, getClassName, getJmxName, getManagedResource, getMBeanInfo, getModelerType, getNotificationInfo, getObjectName, invoke, postDeregister, postRegister, preDeregister, preRegister, removeAttributeChangeNotificationListener, removeNotificationListener, sendAttributeChangeNotification, sendAttributeChangeNotification, sendNotification, sendNotification, setAttributes, setManagedBean, setManagedResource, toString
 
- 
 
- 
- 
- 
Method Detail- 
setAttributepublic void setAttribute(javax.management.Attribute attribute) throws javax.management.AttributeNotFoundException, javax.management.MBeanException, javax.management.ReflectionExceptionSet the value of a specific attribute of this MBean.- Specified by:
- setAttributein interface- javax.management.DynamicMBean
- Overrides:
- setAttributein class- BaseModelMBean
- Parameters:
- attribute- The identification of the attribute to be set and the new value
- Throws:
- javax.management.AttributeNotFoundException- if this attribute is not supported by this MBean
- javax.management.MBeanException- if the initializer of an object throws an exception
- javax.management.ReflectionException- if a Java reflection exception occurs when invoking the getter
 
 
- 
 
-