Annotation Interface MBeanOperationImpact


@Documented @Retention(RUNTIME) public @interface MBeanOperationImpact
Simple annotation class for use in annotating the impact of JMX MBean interface methods. Such information, when present, is used by StandardMBean to include this information in the MBeanInfo it produces.

Supported API: true

Extendable: false
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    int
    This value is expected to be one of the constants defined by MBeanOperationInfo.
  • Element Details

    • value

      int value
      This value is expected to be one of the constants defined by MBeanOperationInfo.

      Supported API: true