Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.poller |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.xmlrpcd |
Modifier and Type | Method and Description |
---|---|
Iterable<Parameter> |
PollerConfigManager.parameters(Service svc)
parameters
|
Iterable<Parameter> |
PollerConfig.parameters(Service svc) |
Modifier and Type | Method and Description |
---|---|
Parameter[] |
Service.getParameter()
Method getParameter.Returns the contents of the collection
in an Array.
|
Parameter[] |
Monitor.getParameter()
Method getParameter.Returns the contents of the collection
in an Array.
|
Parameter |
Service.getParameter(int index)
Method getParameter.
|
Parameter |
Monitor.getParameter(int index)
Method getParameter.
|
Parameter |
Service.removeParameterAt(int index)
Method removeParameterAt.
|
Parameter |
Monitor.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> |
Monitor.enumerateParameter()
Method enumerateParameter.
|
List<Parameter> |
Service.getParameterCollection()
Method getParameterCollection.Returns a reference to
'_parameterList'.
|
List<Parameter> |
Monitor.getParameterCollection()
Method getParameterCollection.Returns a reference to
'_parameterList'.
|
Iterator<Parameter> |
Service.iterateParameter()
Method iterateParameter.
|
Iterator<Parameter> |
Monitor.iterateParameter()
Method iterateParameter.
|
Modifier and Type | Method and Description |
---|---|
void |
Service.addParameter(int index,
Parameter vParameter) |
void |
Monitor.addParameter(int index,
Parameter vParameter) |
void |
Service.addParameter(Parameter vParameter) |
void |
Monitor.addParameter(Parameter vParameter) |
boolean |
Service.removeParameter(Parameter vParameter)
Method removeParameter.
|
boolean |
Monitor.removeParameter(Parameter vParameter)
Method removeParameter.
|
void |
Service.setParameter(int index,
Parameter vParameter) |
void |
Monitor.setParameter(int index,
Parameter vParameter) |
void |
Service.setParameter(Parameter[] vParameterArray) |
void |
Monitor.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 |
Monitor.setParameter(List<Parameter> vParameterList)
Sets the value of '_parameterList' by copying the given
Vector.
|
void |
Service.setParameterCollection(List<Parameter> parameterList)
Deprecated.
|
void |
Monitor.setParameterCollection(List<Parameter> parameterList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
OpenNMSProvisioner.findParamterWithKey(Service svc,
String key)
findParamterWithKey
|
Copyright © 2015. All Rights Reserved.