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(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, query
query
public MBeansRegExQueryFilter(QueryFilter next)
next
- - next query filterprotected boolean matches(Object data, Map regex) throws Exception
matches
in class RegExQueryFilter
data
- - object data to matchregex
- - regex mapException
protected 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.