Package | Description |
---|---|
org.opennms.netmgt.config.dao.thresholding.api | |
org.opennms.netmgt.config.dao.thresholding.impl | |
org.opennms.netmgt.config.threshd |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
boolean |
ReadableThreshdDao.interfaceInPackage(String iface,
Package pkg)
This method is used to determine if the named interface is included in
the passed package definition.
|
static boolean |
ReadableThreshdDao.serviceInPackageAndEnabled(String svcName,
Package pkg)
Returns true if the service is part of the package and the status of the
service is set to "on".
|
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractThreshdDao.interfaceInPackage(String iface,
Package pkg) |
Modifier and Type | Method and Description |
---|---|
Optional<Package> |
ThreshdConfiguration.getPackage(String packageName) |
List<Package> |
ThreshdConfiguration.getPackages() |
Modifier and Type | Method and Description |
---|---|
void |
ThreshdConfiguration.addPackage(Package p) |
boolean |
ThreshdConfiguration.removePackage(Package p) |
Modifier and Type | Method and Description |
---|---|
void |
ThreshdConfiguration.setPackages(List<Package> packages) |
Copyright © 2021. All rights reserved.