Package | Description |
---|---|
org.opennms.netmgt.config.threshd |
Modifier and Type | Method and Description |
---|---|
Parameter[] |
Service.getParameter()
Method getParameter.Returns the contents of the collection
in an Array.
|
Parameter[] |
Thresholder.getParameter()
Method getParameter.Returns the contents of the collection
in an Array.
|
Parameter |
Service.getParameter(int index)
Method getParameter.
|
Parameter |
Thresholder.getParameter(int index)
Method getParameter.
|
Parameter |
Service.removeParameterAt(int index)
Method removeParameterAt.
|
Parameter |
Thresholder.removeParameterAt(int index)
Method removeParameterAt.
|
static Parameter |
Parameter.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Parameter> |
Service.enumerateParameter()
Method enumerateParameter.
|
Enumeration<Parameter> |
Thresholder.enumerateParameter()
Method enumerateParameter.
|
List<Parameter> |
Service.getParameterCollection()
Method getParameterCollection.Returns a reference to
'_parameterList'.
|
List<Parameter> |
Thresholder.getParameterCollection()
Method getParameterCollection.Returns a reference to
'_parameterList'.
|
Iterator<Parameter> |
Service.iterateParameter()
Method iterateParameter.
|
Iterator<Parameter> |
Thresholder.iterateParameter()
Method iterateParameter.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.addParameter(int index,
Parameter vParameter) |
void |
Thresholder.addParameter(int index,
Parameter vParameter) |
void |
Service.addParameter(Parameter vParameter) |
void |
Thresholder.addParameter(Parameter vParameter) |
boolean |
Service.removeParameter(Parameter vParameter)
Method removeParameter.
|
boolean |
Thresholder.removeParameter(Parameter vParameter)
Method removeParameter.
|
void |
Service.setParameter(int index,
Parameter vParameter) |
void |
Thresholder.setParameter(int index,
Parameter vParameter) |
void |
Service.setParameter(Parameter[] vParameterArray) |
void |
Thresholder.setParameter(Parameter[] vParameterArray) |
Modifier and Type | Method and Description |
---|---|
void |
Service.setParameter(List<Parameter> vParameterList)
Sets the value of '_parameterList' by copying the given
Vector.
|
void |
Thresholder.setParameter(List<Parameter> vParameterList)
Sets the value of '_parameterList' by copying the given
Vector.
|
void |
Service.setParameterCollection(List<Parameter> parameterList)
Deprecated.
|
void |
Thresholder.setParameterCollection(List<Parameter> parameterList)
Deprecated.
|
Copyright © 2017. All rights reserved.