Package | Description |
---|---|
org.opennms.netmgt.config.nsclient |
Modifier and Type | Method and Description |
---|---|
Definition[] |
NsclientConfig.getDefinition()
Method getDefinition.Returns the contents of the collection
in an Array.
|
Definition |
NsclientConfig.getDefinition(int index)
Method getDefinition.
|
Definition |
NsclientConfig.removeDefinitionAt(int index)
Method removeDefinitionAt.
|
static Definition |
Definition.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Definition> |
NsclientConfig.enumerateDefinition()
Method enumerateDefinition.
|
List<Definition> |
NsclientConfig.getDefinitionCollection()
Method getDefinitionCollection.Returns a reference to
'_definitionList'.
|
Iterator<Definition> |
NsclientConfig.iterateDefinition()
Method iterateDefinition.
|
Modifier and Type | Method and Description |
---|---|
void |
NsclientConfig.addDefinition(Definition vDefinition) |
void |
NsclientConfig.addDefinition(int index,
Definition vDefinition) |
boolean |
NsclientConfig.removeDefinition(Definition vDefinition)
Method removeDefinition.
|
void |
NsclientConfig.setDefinition(Definition[] vDefinitionArray) |
void |
NsclientConfig.setDefinition(int index,
Definition vDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
NsclientConfig.setDefinition(List<Definition> vDefinitionList)
Sets the value of '_definitionList' by copying the given
Vector.
|
void |
NsclientConfig.setDefinitionCollection(List<Definition> definitionList)
Deprecated.
|
Copyright © 2017. All rights reserved.