Package | Description |
---|---|
org.opennms.netmgt.config.threshd |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Thresholder[] |
ThreshdConfiguration.getThresholder()
Method getThresholder.Returns the contents of the collection in an Array.
|
Thresholder |
ThreshdConfiguration.getThresholder(int index)
Method getThresholder.
|
Thresholder |
ThreshdConfiguration.removeThresholderAt(int index)
Method removeThresholderAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Thresholder> |
ThreshdConfiguration.enumerateThresholder()
Method enumerateThresholder.
|
List<Thresholder> |
ThreshdConfiguration.getThresholderCollection()
Method getThresholderCollection.Returns a reference to 'thresholderList'.
|
Iterator<Thresholder> |
ThreshdConfiguration.iterateThresholder()
Method iterateThresholder.
|
Modifier and Type | Method and Description |
---|---|
void |
ThreshdConfiguration.addThresholder(int index,
Thresholder vThresholder) |
void |
ThreshdConfiguration.addThresholder(Thresholder vThresholder) |
boolean |
ThreshdConfiguration.removeThresholder(Thresholder vThresholder)
Method removeThresholder.
|
void |
ThreshdConfiguration.setThresholder(int index,
Thresholder vThresholder) |
void |
ThreshdConfiguration.setThresholder(Thresholder[] vThresholderArray) |
Modifier and Type | Method and Description |
---|---|
void |
ThreshdConfiguration.setThresholder(List<Thresholder> vThresholderList)
Sets the value of 'thresholderList' by copying the given Vector.
|
void |
ThreshdConfiguration.setThresholderCollection(List<Thresholder> thresholderList)
Deprecated.
|
Copyright © 2017. All rights reserved.