Package | Description |
---|---|
org.snmp4j.agent.mo | |
org.snmp4j.agent.mo.snmp |
Modifier and Type | Method and Description |
---|---|
void |
MOMutableTableModel.clear(MOTableRowFilter<R> filter)
Remove all rows that do not match the given filter criteria
from the model.
|
void |
DefaultMOMutableTableModel.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.
|
Modifier and Type | Class and Description |
---|---|
static class |
RowStatus.ActiveRowsFilter<R extends MOTableRow>
The
ActiveRowsFilter is a MOTableRowFilter that
returns only the active rows of a table with a RowStatus column. |
Copyright © 2019 SNMP4J.org. All rights reserved.