|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.console.filter.AbstractQueryFilter
org.apache.activemq.console.filter.WildcardTransformFilter
public abstract class WildcardTransformFilter
Field Summary |
---|
Fields inherited from class org.apache.activemq.console.filter.AbstractQueryFilter |
---|
next |
Fields inherited from interface org.apache.activemq.console.filter.QueryFilter |
---|
QUERY_DELIMETER |
Constructor Summary | |
---|---|
protected |
WildcardTransformFilter(QueryFilter next)
Creates a wildcard transform filter that is able to convert a wildcard expression (determined by isWildcardQuery) to a another query type (use transformWildcardQuery). |
Method Summary | |
---|---|
protected abstract boolean |
isWildcardQuery(java.lang.String query)
Use to determine is a query string is a wildcard query |
java.util.List |
query(java.util.List queries)
Converts the query list to set of different queries |
protected abstract java.lang.String |
transformWildcardQuery(java.lang.String query)
Use to transform a wildcard query string to another query format |
Methods inherited from class org.apache.activemq.console.filter.AbstractQueryFilter |
---|
query |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected WildcardTransformFilter(QueryFilter next)
next
- - the next query filterMethod Detail |
---|
public java.util.List query(java.util.List queries) throws java.lang.Exception
queries
- - query list to transform
java.lang.Exception
protected abstract boolean isWildcardQuery(java.lang.String query)
query
- - query string
protected abstract java.lang.String transformWildcardQuery(java.lang.String query)
query
- - query string to transform
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |