public interface ObjectNameQuery
| Modifier and Type | Method and Description |
|---|---|
Set<ObjectName> |
matchAll(Set<ObjectName> startingSet,
String[] regexNames,
String[] regexValues)
Return the ObjectNames of all MBeans whose properties match all the specified
regular expressions.
|
Set<ObjectName> |
matchAny(Set<ObjectName> startingSet,
String[] regexNames,
String[] regexValues)
Return the ObjectNames of all MBeans whose properties match any of the specified
regular expressions.
|
Set<ObjectName> matchAll(Set<ObjectName> startingSet, String[] regexNames, String[] regexValues)
startingSet - optional ObjectName pattern for starting set to searchregexNames - optional series of regular expressions for Property namesregexValues - optional series of regular expressions for Property valuesSet<ObjectName> matchAny(Set<ObjectName> startingSet, String[] regexNames, String[] regexValues)
startingSet - optional ObjectName pattern for starting set to searchregexNames - optional series of regular expressions for Property namesregexValues - optional series of regular expressions for Property valuesCopyright © 2019. All rights reserved.