Package | Description |
---|---|
org.opennms.netmgt.config.ami |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Definition[] |
AmiConfig.getDefinition()
Method getDefinition.Returns the contents of the collection in an
Array.
|
Definition |
AmiConfig.getDefinition(int index)
Method getDefinition.
|
Definition |
AmiConfig.removeDefinitionAt(int index)
Method removeDefinitionAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Definition> |
AmiConfig.enumerateDefinition()
Method enumerateDefinition.
|
List<Definition> |
AmiConfig.getDefinitionCollection()
Method getDefinitionCollection.Returns a reference to
'_definitionList'.
|
Iterator<Definition> |
AmiConfig.iterateDefinition()
Method iterateDefinition.
|
Modifier and Type | Method and Description |
---|---|
void |
AmiConfig.addDefinition(Definition vDefinition) |
void |
AmiConfig.addDefinition(int index,
Definition vDefinition) |
boolean |
AmiConfig.removeDefinition(Definition vDefinition)
Method removeDefinition.
|
void |
AmiConfig.setDefinition(Definition[] vDefinitionArray) |
void |
AmiConfig.setDefinition(int index,
Definition vDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
AmiConfig.setDefinition(List<Definition> vDefinitionList)
Sets the value of '_definitionList' by copying the given Vector.
|
Constructor and Description |
---|
AmiConfig(int port,
boolean useSsl,
int timeout,
int retry,
String username,
String password,
List<Definition> definitions) |
Copyright © 2017. All rights reserved.