Relates :
|
A new method javax.management.Query.isInstanceOf("className") would return a QueryExp where apply(objectName) returns mbeanServer.isInstanceOf(objectName, "className"). This would allow queries such as "all MBeans that implement NotificationBroadcaster". As for other queries, a non-public serializable class would need to be defined to represent the query.
|