Annotation Interface ManagedOperation


@Target(METHOD) @Retention(RUNTIME) @Documented public @interface ManagedOperation
Method-level annotation that indicates to expose a given method as a JMX operation, corresponding to the ManagedOperation attribute. Only valid when used on a method that is not a JavaBean getter or setter.
从以下版本开始:
4.0
作者:
Rob Harrop
另请参阅:
  • 元素详细资料

    • description

      String description
      默认值:
      ""
    • currencyTimeLimit

      int currencyTimeLimit
      默认值:
      -1