Duplicate :
|
|
Relates :
|
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.
|