-
Enhancement
-
Resolution: Fixed
-
P3
-
6
-
b17
-
generic
-
generic
javax.management.ObjectInstance should define a toString() method.
It could look something like this:
return getClassName() + "[" + getObjectName() + "]";
using essentially the same syntax as for MBeanPermission.
javax.management.Attribute should also define toString().
It could look something like this:
return getName() + " = " + getValue();
It could look something like this:
return getClassName() + "[" + getObjectName() + "]";
using essentially the same syntax as for MBeanPermission.
javax.management.Attribute should also define toString().
It could look something like this:
return getName() + " = " + getValue();
- relates to
-
JDK-5072268 Suggested API changes for JMX 2.0
-
- Closed
-