JDK-5080083 : ObjectInstance and Attribute should define toString()
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2004-07-29
  • Updated: 2005-03-01
  • Resolved: 2004-12-18
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6 b17Fixed
Related Reports
Relates :  
Description
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();

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: mustang
01-09-2004

EVALUATION Simple and should pose no compatibility problems. ###@###.### 2004-07-29
29-07-2004