Construct a ModelMBean with default
ModelMBeanInfo information.
exception: MBeanException - if the initializer of an objectthrows an exception exception: RuntimeOperationsException - if an IllegalArgumentExceptionoccurs
Obtain and return the value of a specific attribute of this MBean.
Parameters: name - Name of the requested attribute exception: AttributeNotFoundException - if this attribute is notsupported by this MBean exception: MBeanException - if the initializer of an objectthrows an exception exception: ReflectionException - if a Java reflection exceptionoccurs when invoking the getter
Set the value of a specific attribute of this MBean.
Parameters: attribute - The identification of the attribute to be setand the new value exception: AttributeNotFoundException - if this attribute is notsupported by this MBean exception: MBeanException - if the initializer of an objectthrows an exception exception: ReflectionException - if a Java reflection exceptionoccurs when invoking the getter
Methods inherited from org.apache.catalina.mbeans.ClassNameMBean