JDK-4780400 : javax.management.MBeanServerDelegate should have a public final static ObjectNam
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: javax.management
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic,solaris_9
  • CPU: generic,sparc
  • Submitted: 2002-11-18
  • Updated: 2017-05-16
  • Resolved: 2005-02-05
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 b23Fixed
Related Reports
Duplicate :  
Relates :  
Description
javax.management.MBeanServerDelegate should have a public final static 
ObjectName which would be the default ObjectName of the delegate. 
This would avoid instantiating transient objectnames when accessing the
delegate.

Similarly, we could add a 
public static final ObjectName wildcardName = new ObjectName("*:*");
in javax.management.ObjectName.

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

PUBLIC COMMENTS .
22-09-2004

EVALUATION Makes sense, but cannot happen in the Tiger timeframe. Revisit for Mustang. ###@###.### 2004-02-10 Suggested constant names are (in javax.management): MBeanServerDelegate.DELEGATE_NAME ObjectName.WILDCARD ###@###.### 2005-1-14 13:04:47 GMT
10-02-2004