Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.threshd |
Modifier and Type | Method and Description |
---|---|
Package |
ThreshdConfigManager.getPackage(String name)
getPackage
|
Modifier and Type | Method and Description |
---|---|
boolean |
ThreshdConfigManager.interfaceInPackage(String iface,
Package pkg)
This method is used to determine if the named interface is included in
the passed package definition.
|
boolean |
ThreshdConfigManager.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 |
---|---|
Package[] |
ThreshdConfiguration.getPackage()
Method getPackage.Returns the contents of the collection in
an Array.
|
Package |
ThreshdConfiguration.getPackage(int index)
Method getPackage.
|
Package |
ThreshdConfiguration.removePackageAt(int index)
Method removePackageAt.
|
static Package |
Package.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Package> |
ThreshdConfiguration.enumeratePackage()
Method enumeratePackage.
|
List<Package> |
ThreshdConfiguration.getPackageCollection()
Method getPackageCollection.Returns a reference to
'_packageList'.
|
Iterator<Package> |
ThreshdConfiguration.iteratePackage()
Method iteratePackage.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreshdConfiguration.addPackage(int index,
Package vPackage) |
void |
ThreshdConfiguration.addPackage(Package vPackage) |
boolean |
ThreshdConfiguration.removePackage(Package vPackage)
Method removePackage.
|
void |
ThreshdConfiguration.setPackage(int index,
Package vPackage) |
void |
ThreshdConfiguration.setPackage(Package[] vPackageArray) |
Modifier and Type | Method and Description |
---|---|
void |
ThreshdConfiguration.setPackage(List<Package> vPackageList)
Sets the value of '_packageList' by copying the given
Vector.
|
void |
ThreshdConfiguration.setPackageCollection(List<Package> _packageList)
Deprecated.
|
Copyright © 2017. All rights reserved.