| Modifier and Type | Method and Description |
|---|---|
boolean |
passesFilter(S smiObject)
Determines if the supplied smiObject passes the filter or not.
|
boolean |
passesFilter(SmiType smiType)
Determines if the given
SmiType generally passes this filter. |
boolean passesFilter(S smiObject)
smiObject - the smiObject to check.true if smiObject passes the filter or false otherwise.boolean passesFilter(SmiType smiType)
SmiType generally passes this filter.
This method is called for performance optimization before passesFilter(SmiObject).smiType - the SMI object type.true if smiObjects of smiType passes the filter or false otherwise.Copyright © 2015 SNMP4J.com. All Rights Reserved.