Annotation Type Operation


  • @Retention(RUNTIME)
    @Target(METHOD)
    @Inherited
    public @interface Operation
    Info for a MBean Operation.

    This annotation is used only for methods which can be invoked through a GUI.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String desc  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int impact  
    • Element Detail

      • desc

        java.lang.String desc
      • impact

        int impact
        Default:
        0