|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.activemq.console.filter.PropertiesViewFilter
org.apache.activemq.console.filter.GroupPropertiesViewFilter
public class GroupPropertiesViewFilter
Field Summary |
---|
Fields inherited from class org.apache.activemq.console.filter.PropertiesViewFilter |
---|
next, viewFilter |
Fields inherited from interface org.apache.activemq.console.filter.QueryFilter |
---|
QUERY_DELIMETER |
Constructor Summary | |
---|---|
GroupPropertiesViewFilter(QueryFilter next)
Creates a group properties filter that is able to filter the display result based on a group prefix |
|
GroupPropertiesViewFilter(java.util.Set groupView,
QueryFilter next)
Creates a group properties filter that is able to filter the display result based on a group prefix |
Method Summary | |
---|---|
protected java.util.Map |
filterView(java.util.Map data)
Filter the properties that matches the group prefix only. |
Methods inherited from class org.apache.activemq.console.filter.PropertiesViewFilter |
---|
filterViewCollection, query, query |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupPropertiesViewFilter(QueryFilter next)
next
- - the next query filterpublic GroupPropertiesViewFilter(java.util.Set groupView, QueryFilter next)
groupView
- - the group filter to usenext
- - the next query filterMethod Detail |
---|
protected java.util.Map filterView(java.util.Map data)
filterView
in class PropertiesViewFilter
data
- - map data to filter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |