Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.destinationPaths |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Target[] |
DestinationPathManager.getTargetList(int index,
Path path)
getTargetList
|
Modifier and Type | Method and Description |
---|---|
List<Target> |
Path.getTargets() |
List<Target> |
Escalate.getTargets() |
Modifier and Type | Method and Description |
---|---|
void |
Path.addTarget(Target target) |
void |
Escalate.addTarget(Target target) |
boolean |
Path.removeTarget(Target target) |
Modifier and Type | Method and Description |
---|---|
void |
Path.setTargets(List<Target> targets) |
void |
Escalate.setTargets(List<Target> targets) |
Copyright © 2021. All rights reserved.