Working with MBean Values

When troubleshooting or monitoring a Java-based system, you may want to change the values of composite MBeans and execute MBean methods.
Attention: To change the value of an MBean attribute or invoke operation, you need the Set JMX MBean Attributes and Invoke Operations permission for the application. See Application Permissions.
To view and edit MBean attribute values:
  1. From the JMX panel, select MBean Browser.
  2. In the Domain tree, locate the MBean that interests you.
  3. Select an editable attribute, one that has Yes in the Editable column, and then click View/Edit Attribute.
    In the MBean Attribute panel that displays, you see the current value of the MBean Attribute.
  4. You can change the value of an editable MBean Attribute by entering a new value in the Value field.