|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.activemq.console.filter.StubQueryFilter
public class StubQueryFilter
| Field Summary |
|---|
| Fields inherited from interface org.apache.activemq.console.filter.QueryFilter |
|---|
QUERY_DELIMETER |
| Constructor Summary | |
|---|---|
StubQueryFilter(java.util.List data)
Creates a stub query that returns the given collections as the query result |
|
| Method Summary | |
|---|---|
java.util.List |
query(java.util.List queries)
Returns the provided stub data as a stub query result |
java.util.List |
query(java.lang.String queryStr)
Returns the provided stub data as a stub query result |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StubQueryFilter(java.util.List data)
data - - the stub query result| Method Detail |
|---|
public java.util.List query(java.lang.String queryStr)
throws java.lang.Exception
query in interface QueryFilterqueryStr - - not use
java.lang.Exception
public java.util.List query(java.util.List queries)
throws java.lang.Exception
query in interface QueryFilterqueries - - not use
java.lang.Exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||