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.
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.
- duplicates
-
JDK-5086263 The ObjectName of the default Delegate shall be in a static string
-
- Closed
-
- relates to
-
JDK-5072268 Suggested API changes for JMX 2.0
-
- Closed
-