|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.snmp4j.agent.mo.snmp.RowStatus.ActiveRowsFilter
public static class RowStatus.ActiveRowsFilter
The ActiveRowsFilter is a MOTableRowFilter that
returns only the active rows of a table with a RowStatus column.
| Constructor Summary | |
|---|---|
RowStatus.ActiveRowsFilter(int rowStatusColumnIndex)
Creates an active row filter by specifying the RowStatus column's index in the target table. |
|
| Method Summary | |
|---|---|
boolean |
passesFilter(MOTableRow row)
Checks whether the supplied row passes the filter criteria implemented by this row filter. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RowStatus.ActiveRowsFilter(int rowStatusColumnIndex)
rowStatusColumnIndex - the column index (zero-based) of the RowStatus column on behalf the
filtering is done.| Method Detail |
|---|
public boolean passesFilter(MOTableRow row)
MOTableRowFilter
passesFilter in interface MOTableRowFilterrow - a MOTableRow instance.
true if the row passes the filter or false
if not.
|
Copyright 2005-2008 Frank Fock (SNMP4J.org) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||