On 19/06/2015 10:56, Jaroslav Bachorik wrote:
:
According to the JMX spec there should be 2 attributes: 'attribute'
and 'Attribute'
However, there is only one attribute resolved by the JavaBeans
Introspector and it is 'attribute'. Furthermore, the 'getattribute'
method is chosen as the getter method, rather counter-intuitively.
The JMX monitor API specifies that it works like
Introspector.getBeanInfo when it can't extract the value by other means.
Are there are other areas in JMX where Introspector is used?
-Alan