Package | Description |
---|---|
org.opennms.netmgt.config.threshd | |
org.opennms.netmgt.threshd |
Modifier and Type | Method and Description |
---|---|
Threshold[] |
Group.getThreshold()
Method getThreshold.Returns the contents of the collection
in an Array.
|
Threshold |
Group.getThreshold(int index)
Method getThreshold.
|
Threshold |
Group.removeThresholdAt(int index)
Method removeThresholdAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Threshold> |
Group.enumerateThreshold()
Method enumerateThreshold.
|
List<Threshold> |
Group.getThresholdCollection()
Method getThresholdCollection.Returns a reference to
'_thresholdList'.
|
Iterator<Threshold> |
Group.iterateThreshold()
Method iterateThreshold.
|
Modifier and Type | Method and Description |
---|---|
void |
Group.addThreshold(int index,
Threshold vThreshold) |
void |
Group.addThreshold(Threshold vThreshold) |
boolean |
Group.removeThreshold(Threshold vThreshold)
Method removeThreshold.
|
void |
Group.setThreshold(int index,
Threshold vThreshold) |
void |
Group.setThreshold(Threshold[] vThresholdArray) |
Modifier and Type | Method and Description |
---|---|
void |
Group.setThreshold(List<Threshold> vThresholdList)
Sets the value of '_thresholdList' by copying the given
Vector.
|
void |
Group.setThresholdCollection(List<Threshold> thresholdList)
Deprecated.
|
Constructor and Description |
---|
ThresholdConfigWrapper(Threshold threshold)
Constructor for ThresholdConfigWrapper.
|
Copyright © 2017. All rights reserved.