Package | Description |
---|---|
org.opennms.netmgt.config.threshd |
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.
|
static Thresholder |
Thresholder.unmarshal(Reader reader)
Method unmarshal.
|
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.