Uploaded image for project: 'DeltaSpike'
  1. DeltaSpike
  2. DELTASPIKE-1185

Allow customization (name, description) of JMX managed methods' parameters

    XMLWordPrintableJSON

Details

    • Wish
    • Status: Closed
    • Trivial
    • Resolution: Fixed
    • 1.7.0
    • 1.7.2
    • Core
    • None

    Description

      Currently, it is not possible to name or give a description to parameters of @JmxManaged methods as DynamicMBeanWrapper uses the simple MBeanOperationInfo constructor which gives generic names to parameters like p0, p1, p2...

      It would be nice if we could annotate parameters with something like @JmxParameter(name = ..., description = ...) or - if using java 8 - use the parameter name which is available via reflection.

      Attachments

        Issue Links

          Activity

            People

              kalgon Xavier Dury
              kalgon Xavier Dury
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: