Annotation Type ManagedOperation


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface ManagedOperation
    Indicates that a method in an MBean class defines an MBean operation. @ManagedOperation annotation can be applied to a public method of a public class that is itself optionally annotated with an @MBean annotation, or inherits such an annotation from a superclass.
    Author:
    Chris Mills
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String description  
    • Element Detail

      • description

        java.lang.String description
        Default:
        ""