-
Enhancement
-
Resolution: Won't Fix
-
P3
-
7
-
generic
-
generic
The specs for the method javax.management.JMX.isNotificationSource(Object mbean) claims throwing a NotCompliantMBeanException "if the given object is not a valid MBean".
However this doesn't happen for the simplest form of a non-compliant MBean:
class NotCompliantMBean01 {
}
as well as for more complex ones.
However this doesn't happen for the simplest form of a non-compliant MBean:
class NotCompliantMBean01 {
}
as well as for more complex ones.