Package com.qfs.jmx

Annotation Type JmxOperation

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String desc
      Gets a description of the JMX operation.
      String[] params
      Gets the list of parameter names to provide to the method.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String name
      Gets the name of the JMX operation.
    • Field Detail

      • USE_JAVA_METHOD_NAME

        static final String USE_JAVA_METHOD_NAME
        Default method name.
    • Element Detail

      • desc

        String desc
        Gets a description of the JMX operation.
        Returns:
        a textual description
      • params

        String[] params
        Gets the list of parameter names to provide to the method.
        Returns:
        operation parameters
      • name

        String name
        Gets the name of the JMX operation.
        Returns:
        operation name
        Default:
        ""