Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.destinationPaths |
Modifier and Type | Method and Description |
---|---|
Target[] |
DestinationPathManager.getTargetList(int index,
Path path)
getTargetList
|
Modifier and Type | Method and Description |
---|---|
Target[] |
Escalate.getTarget()
Method getTarget.Returns the contents of the collection in
an Array.
|
Target[] |
Path.getTarget()
Method getTarget.Returns the contents of the collection in
an Array.
|
Target |
Escalate.getTarget(int index)
Method getTarget.
|
Target |
Path.getTarget(int index)
Method getTarget.
|
Target |
Escalate.removeTargetAt(int index)
Method removeTargetAt.
|
Target |
Path.removeTargetAt(int index)
Method removeTargetAt.
|
static Target |
Target.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Target> |
Escalate.enumerateTarget()
Method enumerateTarget.
|
Enumeration<Target> |
Path.enumerateTarget()
Method enumerateTarget.
|
List<Target> |
Escalate.getTargetCollection()
Method getTargetCollection.Returns a reference to
'_targetList'.
|
List<Target> |
Path.getTargetCollection()
Method getTargetCollection.Returns a reference to
'_targetList'.
|
Iterator<Target> |
Escalate.iterateTarget()
Method iterateTarget.
|
Iterator<Target> |
Path.iterateTarget()
Method iterateTarget.
|
Modifier and Type | Method and Description |
---|---|
void |
Escalate.addTarget(int index,
Target vTarget) |
void |
Path.addTarget(int index,
Target vTarget) |
void |
Escalate.addTarget(Target vTarget) |
void |
Path.addTarget(Target vTarget) |
boolean |
Escalate.removeTarget(Target vTarget)
Method removeTarget.
|
boolean |
Path.removeTarget(Target vTarget)
Method removeTarget.
|
void |
Escalate.setTarget(int index,
Target vTarget) |
void |
Path.setTarget(int index,
Target vTarget) |
void |
Escalate.setTarget(Target[] vTargetArray) |
void |
Path.setTarget(Target[] vTargetArray) |
Modifier and Type | Method and Description |
---|---|
void |
Escalate.setTarget(List<Target> vTargetList)
Sets the value of '_targetList' by copying the given Vector.
|
void |
Path.setTarget(List<Target> vTargetList)
Sets the value of '_targetList' by copying the given Vector.
|
void |
Escalate.setTargetCollection(List<Target> targetList)
Deprecated.
|
void |
Path.setTargetCollection(List<Target> targetList)
Deprecated.
|
Copyright © 2017. All rights reserved.