Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.threshd |
Modifier and Type | Method and Description |
---|---|
Group |
ThresholdingConfigFactory.getGroup(String groupName)
getGroup
|
Modifier and Type | Method and Description |
---|---|
Group[] |
ThresholdingConfig.getGroup()
Method getGroup.Returns the contents of the collection in an
Array.
|
Group |
ThresholdingConfig.getGroup(int index)
Method getGroup.
|
Group |
ThresholdingConfig.removeGroupAt(int index)
Method removeGroupAt.
|
static Group |
Group.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Group> |
ThresholdingConfig.enumerateGroup()
Method enumerateGroup.
|
List<Group> |
ThresholdingConfig.getGroupCollection()
Method getGroupCollection.Returns a reference to
'_groupList'.
|
Iterator<Group> |
ThresholdingConfig.iterateGroup()
Method iterateGroup.
|
Modifier and Type | Method and Description |
---|---|
void |
ThresholdingConfig.addGroup(Group vGroup) |
void |
ThresholdingConfig.addGroup(int index,
Group vGroup) |
boolean |
ThresholdingConfig.removeGroup(Group vGroup)
Method removeGroup.
|
void |
ThresholdingConfig.setGroup(Group[] vGroupArray) |
void |
ThresholdingConfig.setGroup(int index,
Group vGroup) |
Modifier and Type | Method and Description |
---|---|
void |
ThresholdingConfig.setGroup(List<Group> vGroupList)
Sets the value of '_groupList' by copying the given Vector.
|
void |
ThresholdingConfig.setGroupCollection(List<Group> groupList)
Deprecated.
|
Copyright © 2015. All rights reserved.