public class MBeansRegExQueryFilter extends RegExQueryFilter
REGEX_PREFIXnextQUERY_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, queryquerypublic MBeansRegExQueryFilter(QueryFilter next)
next - - next query filterprotected boolean matches(java.lang.Object data,
java.util.Map regex)
throws java.lang.Exception
matches in class RegExQueryFilterdata - - object data to matchregex - - regex mapjava.lang.Exceptionprotected 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-2016 Red Hat, Inc.. All Rights Reserved.