-
Enhancement
-
Resolution: Won't Fix
-
P3
-
6
-
generic
-
generic
The directory scan sample uses ObjectNames like com.sun.jmx.examples.scandir:type=DirectoryScannerMXBean,name=scan-build
The "MXBean" is superfluous and doesn't correspond with standard ObjectNames in the JMX API itself, such as JMImplementation:type=MBeanServerDelegate (not type=MBeanServerDelegateMBean). It is likely to influence people to follow this bad example.
The "MXBean" is superfluous and doesn't correspond with standard ObjectNames in the JMX API itself, such as JMImplementation:type=MBeanServerDelegate (not type=MBeanServerDelegateMBean). It is likely to influence people to follow this bad example.
- relates to
-
JDK-6777476 Update JMX scandir sample to use annotations
-
- Closed
-