org.snmp4j.agent.mo
Interface MOTableRowFilter
- All Known Implementing Classes:
- RowStatus.ActiveRowsFilter
public interface MOTableRowFilter
The MOTableRowFilter interface can be used to filter rows. The
RowStatus.ActiveRowsFilter class,
for example, can be used to filter only active rows.
- Version:
- 1.0
- Author:
- Frank Fock
|
Method Summary |
boolean |
passesFilter(MOTableRow row)
Checks whether the supplied row passes the filter criteria implemented by
this row filter. |
passesFilter
boolean passesFilter(MOTableRow row)
- Checks whether the supplied row passes the filter criteria implemented by
this row filter.
- Parameters:
row - a MOTableRow instance.
- Returns:
true if the row passes the filter or false
if not.