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(AttributeList data,
Map regex)
Try to match the attribute list using the regular expression map
|
protected boolean |
matches(ObjectInstance data,
Map regex)
Try to match the object instance using the regular expression map
|
protected boolean |
matches(Object data,
Map regex)
Try to match the object data using the regular expression map.
|
protected boolean |
matches(ObjectName data,
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(Object data, Map regex) throws Exception
matches in class RegExQueryFilterdata - - object data to matchregex - - regex mapExceptionprotected boolean matches(ObjectInstance data, Map regex)
data - - object instance to matchregex - - regex mapprotected boolean matches(ObjectName data, Map regex)
data - - object name to matchregex - - regex mapprotected boolean matches(AttributeList data, Map regex)
data - - attribute list to matchregex - - regex mapCopyright © 2005–2018 FuseSource, Corp.. All rights reserved.