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.

Since:
1.2
Author:
Rob Harrop
See Also:
  • Element Details

    • description

      String description
      Default:
      ""
    • currencyTimeLimit

      int currencyTimeLimit
      Default:
      -1