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
      java.lang.String id
      The id of the operation.
      Impact impact  
    • Element Detail

      • id

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

        Impact impact
        Default:
        org.glassfish.gmbal.Impact.UNKNOWN