Package | Description |
---|---|
org.opennms.netmgt.config.destinationPaths |
Modifier and Type | Method and Description |
---|---|
Escalate[] |
Path.getEscalate()
Method getEscalate.Returns the contents of the collection in
an Array.
|
Escalate |
Path.getEscalate(int index)
Method getEscalate.
|
Escalate |
Path.removeEscalateAt(int index)
Method removeEscalateAt.
|
static Escalate |
Escalate.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Escalate> |
Path.enumerateEscalate()
Method enumerateEscalate.
|
List<Escalate> |
Path.getEscalateCollection()
Method getEscalateCollection.Returns a reference to
'_escalateList'.
|
Iterator<Escalate> |
Path.iterateEscalate()
Method iterateEscalate.
|
Modifier and Type | Method and Description |
---|---|
void |
Path.addEscalate(Escalate vEscalate) |
void |
Path.addEscalate(int index,
Escalate vEscalate) |
boolean |
Path.removeEscalate(Escalate vEscalate)
Method removeEscalate.
|
void |
Path.setEscalate(Escalate[] vEscalateArray) |
void |
Path.setEscalate(int index,
Escalate vEscalate) |
Modifier and Type | Method and Description |
---|---|
void |
Path.setEscalate(List<Escalate> vEscalateList)
Sets the value of '_escalateList' by copying the given
Vector.
|
void |
Path.setEscalateCollection(List<Escalate> escalateList)
Deprecated.
|
Copyright © 2017. All rights reserved.