Package com.qfs.jmx

Annotation Interface JmxOperation


@Retention(RUNTIME) @Target(METHOD) public @interface JmxOperation
Annotation marking a method exposing a MBean operation.
Author:
ActiveViam
  • Required Element Summary

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

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

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Default method name.
  • Field Details

  • Element Details

    • 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:
      ""