Annotation Type Impact


  • @Target(METHOD)
    @Retention(RUNTIME)
    @Inherited
    @Documented
    public @interface Impact
    Produces an operation impact that will be returned by JMX MBeanOperationInfo.getImpact().
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      int value
      One of MBeanOperationInfo.ACTION, MBeanOperationInfo.ACTION_INFO, MBeanOperationInfo.INFO, MBeanOperationInfo.UNKNOWN.
    • Element Detail

      • value

        int value
        One of MBeanOperationInfo.ACTION, MBeanOperationInfo.ACTION_INFO, MBeanOperationInfo.INFO, MBeanOperationInfo.UNKNOWN.
        Returns:
        the value