* Support key=* wildcard in ObjectName
Currently can say "domain:key1=value1,*" to match MBeans that
have key1=value1 in their name, but not "domain:key1=*" to match
MBeans that have key1 in their name. People have asked for this
functionality. Note only the exact wildcard "*" would be supported.
Currently can say "domain:key1=value1,*" to match MBeans that
have key1=value1 in their name, but not "domain:key1=*" to match
MBeans that have key1 in their name. People have asked for this
functionality. Note only the exact wildcard "*" would be supported.
- relates to
-
JDK-5072268 Suggested API changes for JMX 2.0
-
- Closed
-