Uses of Class
org.opennms.netmgt.config.threshd.ExcludeRange
-
Packages that use ExcludeRange Package Description org.opennms.netmgt.config.threshd This file is part of OpenNMS(R). -
-
Uses of ExcludeRange in org.opennms.netmgt.config.threshd
Methods in org.opennms.netmgt.config.threshd that return types with arguments of type ExcludeRange Modifier and Type Method Description List<ExcludeRange>
Package. getExcludeRanges()
Methods in org.opennms.netmgt.config.threshd with parameters of type ExcludeRange Modifier and Type Method Description void
Package. addExcludeRange(ExcludeRange excludeRange)
boolean
Package. removeExcludeRange(ExcludeRange excludeRange)
Method parameters in org.opennms.netmgt.config.threshd with type arguments of type ExcludeRange Modifier and Type Method Description void
Package. setExcludeRanges(List<ExcludeRange> excludeRanges)
-