Invoke MBean Operations

Using the JMX viewer, you can invoke an MBean operation with standard Java language strings for parameters, and view return values. permission for the application
Attention: To perform this action, a user must have the Set JMX MBean Attributes and Invoke Operations permission for the application
To invoke MBean operations:
  1. Open the MBean Browser.
  2. In the Domain tree, locate the MBean that interests you.
  3. Open the Operations pane, scroll to find the operation that interests you, and double-click Invoke Action.
  4. Enter the parameter values for the operation and then click Invoke.
    Scalar values for constructors of complex types, such as getMBeanInfo(java.util.Locale) allow you to enter "en-us".
A message appears indicating that the operation is in progress and the number of seconds elapsed. When the operation completes, the results display. The method return result from an invocation can also be a complex attribute. In this case, the name, description, type, and editable attributes of the method are also displayed in the MBean Operation Result area.