Annotation Type ManagedOperation


@Documented @Target(METHOD) @Retention(RUNTIME) public @interface ManagedOperation
This annotation defines an attribute in open MBean (ManagedObject).
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    The id of the operation.
     
  • Element Details

    • id

      String id
      The id of the operation. Defaults to the method name.
      Default:
      ""
    • impact

      Impact impact
      Default:
      UNKNOWN