public class MBeansRegExQueryFilter extends RegExQueryFilter
REGEX_PREFIX
next
QUERY_DELIMETER
Constructor and Description |
---|
MBeansRegExQueryFilter(QueryFilter next)
Creates a regular expression query that is able to match the values of
specific mbeans
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
matches(javax.management.AttributeList data,
java.util.Map regex)
Try to match the attribute list using the regular expression map
|
protected boolean |
matches(javax.management.ObjectInstance data,
java.util.Map regex)
Try to match the object instance using the regular expression map
|
protected boolean |
matches(java.lang.Object data,
java.util.Map regex)
Try to match the object data using the regular expression map.
|
protected boolean |
matches(javax.management.ObjectName data,
java.util.Map regex)
Try to match the object name instance using the regular expression map
|
compileQuery, filterCollectionUsingRegEx, isRegularExpression, query
query
public MBeansRegExQueryFilter(QueryFilter next)
next
- - next query filterprotected boolean matches(java.lang.Object data, java.util.Map regex) throws java.lang.Exception
matches
in class RegExQueryFilter
data
- - object data to matchregex
- - regex mapjava.lang.Exception
protected boolean matches(javax.management.ObjectInstance data, java.util.Map regex)
data
- - object instance to matchregex
- - regex mapprotected boolean matches(javax.management.ObjectName data, java.util.Map regex)
data
- - object name to matchregex
- - regex mapprotected boolean matches(javax.management.AttributeList data, java.util.Map regex)
data
- - attribute list to matchregex
- - regex mapCopyright © 2005-2017. All Rights Reserved.