You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-dev@db.apache.org by "Bryan Pendleton (JIRA)" <ji...@apache.org> on 2015/09/09 15:30:45 UTC

[jira] [Created] (DERBY-6832) Derby JMX Beans could be made self-describing for tools like JConsole

Bryan Pendleton created DERBY-6832:
--------------------------------------

             Summary: Derby JMX Beans could be made self-describing for tools like JConsole
                 Key: DERBY-6832
                 URL: https://issues.apache.org/jira/browse/DERBY-6832
             Project: Derby
          Issue Type: Improvement
          Components: JMX
    Affects Versions: 10.12.0.0
            Reporter: Bryan Pendleton
            Priority: Minor


Derby's JMX management beans, such as the cache-related
beans created by DERBY-6733, could be more useful if they
included some amount of internal documentation as part of
the beans themselves, perhaps by implementing the
getDescription apis defined by the StandardMBean
(http://docs.oracle.com/javase/7/docs/api/javax/management/StandardMBean.html).

Another possible approach is described in this article, using
annotation facilities:
https://weblogs.java.net/blog/emcmanus/archive/2005/07/adding_informat.html

If the beans included this sort of information, tools like JConsole would
provide more information for users who are just getting started learning
about these beans and how they work.



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