org.apache.activemq.console.filter
Class GroupPropertiesViewFilter
java.lang.Object
org.apache.activemq.console.filter.PropertiesViewFilter
org.apache.activemq.console.filter.GroupPropertiesViewFilter
- All Implemented Interfaces:
- QueryFilter
public class GroupPropertiesViewFilter
- extends PropertiesViewFilter
Method Summary |
protected Map |
filterView(Map data)
Filter the properties that matches the group prefix only. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupPropertiesViewFilter
public GroupPropertiesViewFilter(QueryFilter next)
- Creates a group properties filter that is able to filter the display
result based on a group prefix
- Parameters:
next
- - the next query filter
GroupPropertiesViewFilter
public GroupPropertiesViewFilter(Set groupView,
QueryFilter next)
- Creates a group properties filter that is able to filter the display
result based on a group prefix
- Parameters:
groupView
- - the group filter to usenext
- - the next query filter
filterView
protected Map filterView(Map data)
- Filter the properties that matches the group prefix only.
- Overrides:
filterView
in class PropertiesViewFilter
- Parameters:
data
- - map data to filter
- Returns:
- - filtered map data
Copyright © 2005-2011 Apache Software Foundation. All Rights Reserved.