You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@deltaspike.apache.org by "John D. Ament (JIRA)" <ji...@apache.org> on 2016/07/22 11:04:20 UTC

[jira] [Updated] (DELTASPIKE-1185) Allow customization (name, description) of JMX managed methods' parameters

     [ https://issues.apache.org/jira/browse/DELTASPIKE-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John D. Ament updated DELTASPIKE-1185:
--------------------------------------
    Assignee: Xavier Dury

> Allow customization (name, description) of JMX managed methods' parameters
> --------------------------------------------------------------------------
>
>                 Key: DELTASPIKE-1185
>                 URL: https://issues.apache.org/jira/browse/DELTASPIKE-1185
>             Project: DeltaSpike
>          Issue Type: Wish
>          Components: Core
>    Affects Versions: 1.7.0
>            Reporter: Xavier Dury
>            Assignee: Xavier Dury
>            Priority: Trivial
>
> 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.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)