public class ContextEnvironmentMBean extends BaseCatalinaMBean<ContextEnvironment>
A ModelMBean implementation for the
org.apache.tomcat.util.descriptor.web.ContextEnvironment
component.
attributeBroadcaster, generalBroadcaster, managedBean, oname, resource, resourceType
Constructor and Description |
---|
ContextEnvironmentMBean() |
Modifier and Type | Method and Description |
---|---|
void |
setAttribute(Attribute attribute)
Set the value of a specific attribute of this MBean.
|
doGetManagedResource, newInstance
addAttributeChangeNotificationListener, 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
public void setAttribute(Attribute attribute) throws AttributeNotFoundException, MBeanException, ReflectionException
setAttribute
in interface DynamicMBean
setAttribute
in class BaseModelMBean
attribute
- The identification of the attribute to be set
and the new valueAttributeNotFoundException
- if this attribute is not
supported by this MBeanMBeanException
- if the initializer of an object
throws an exceptionReflectionException
- if a Java reflection exception
occurs when invoking the getterCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.