Package org.snmp4j.model.snmp.proxy
Interface SnmpProxyRowFilter
public interface SnmpProxyRowFilter
The
SnmpProxyRowFilter
can be used to filter the rows of a table proxy
based on the index or content.- Author:
- Frank Fock
-
Method Summary
Modifier and TypeMethodDescriptionboolean
passesFilter
(SnmpProxyRow row) Checks whether the provided proxy row passes the filter or not.
-
Method Details
-
passesFilter
Checks whether the provided proxy row passes the filter or not.- Parameters:
row
- the proxy row to check.- Returns:
true
if the row passes the filter,false
otherwise.
-