Uses of Interface
org.snmp4j.agent.mo.MOTableRowFilter
-
Packages that use MOTableRowFilter Package Description org.snmp4j.agent.mo org.snmp4j.agent.mo.snmp -
-
Uses of MOTableRowFilter in org.snmp4j.agent.mo
Methods in org.snmp4j.agent.mo with parameters of type MOTableRowFilter Modifier and Type Method Description List<R>DefaultMOMutableTableModel. clear(MOTableRowFilter<R> filter)Remove all rows that do not match the given filter criteria from the model.List<R>MOMutableTableModel. clear(MOTableRowFilter<R> filter)Remove all rows that do not match the given filter criteria from the model.List<R>DefaultMOMutableTableModel. getRows(org.snmp4j.smi.OID lowerBound, org.snmp4j.smi.OID upperBoundEx, MOTableRowFilter<R> filter)Returns a lexicographic ordered list of the rows in the specified index range that match the supplied filter.Iterator<R>DefaultMOMutableTableModel. iterator(MOTableRowFilter<R> filter)Returns an iterator over all rows in this table that pass the given filter. -
Uses of MOTableRowFilter in org.snmp4j.agent.mo.snmp
Classes in org.snmp4j.agent.mo.snmp that implement MOTableRowFilter Modifier and Type Class Description static classRowStatus.ActiveRowsFilter<R extends MOTableRow>TheActiveRowsFilteris aMOTableRowFilterthat returns only the active rows of a table with a RowStatus column.static classRowStatus.RowStatusFilter<R extends MOTableRow>TheRowStatusFilteris aMOTableRowFilterthat returns only those rows that have a status that equals one of those provided during creation of the filter.
-