|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.console.filter.AbstractQueryFilter
public abstract class AbstractQueryFilter
Field Summary | |
---|---|
protected QueryFilter |
next
|
Fields inherited from interface org.apache.activemq.console.filter.QueryFilter |
---|
QUERY_DELIMETER |
Constructor Summary | |
---|---|
protected |
AbstractQueryFilter(QueryFilter next)
Creates a query filter, with the next filter specified by next. |
Method Summary | |
---|---|
java.util.List |
query(java.lang.String query)
Performs a query given the query string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.activemq.console.filter.QueryFilter |
---|
query |
Field Detail |
---|
protected QueryFilter next
Constructor Detail |
---|
protected AbstractQueryFilter(QueryFilter next)
next
- - the next query filterMethod Detail |
---|
public java.util.List query(java.lang.String query) throws java.lang.Exception
query
in interface QueryFilter
query
- - query string
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |