-
Bug
-
Resolution: Fixed
-
P4
-
1.2.1
-
b32
-
generic
-
generic
The MBean server recognizes that certain methods in Standard MBeans define operations, not attributes. For example, "void getLost()" defines an operation because the return type for an attribute cannot be void. "int get()" defines an operation because an attribute name cannot be empty. Nevertheless, it allows you to get the values of the "Lost" and "" attributes using MBeanServer.getAttribute.