Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.snmp |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
Definition |
SnmpEventInfo.createDef()
Creates an SNMP config definition representing the data in this class.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpConfigManager.mergeIntoConfig(Definition eventDef)
This is the exposed method for moving the data from a configureSNMP event
into the SnmpConfig from SnmpPeerFactory.
|
Modifier and Type | Method and Description |
---|---|
Definition[] |
SnmpConfig.getDefinition()
Method getDefinition.Returns the contents of the collection
in an Array.
|
Definition |
SnmpConfig.getDefinition(int index)
Method getDefinition.
|
Definition |
SnmpConfig.removeDefinitionAt(int index)
Method removeDefinitionAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Definition> |
SnmpConfig.enumerateDefinition()
Method enumerateDefinition.
|
List<Definition> |
SnmpConfig.getDefinitionCollection()
Method getDefinitionCollection.Returns a reference to
'_definitionList'.
|
Iterator<Definition> |
SnmpConfig.iterateDefinition()
Method iterateDefinition.
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpConfig.addDefinition(Definition vDefinition) |
void |
SnmpConfig.addDefinition(int index,
Definition vDefinition) |
boolean |
SnmpConfig.removeDefinition(Definition vDefinition)
Method removeDefinition.
|
void |
SnmpConfig.setDefinition(Definition[] vDefinitionArray) |
void |
SnmpConfig.setDefinition(int index,
Definition vDefinition) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpConfig.setDefinition(List<Definition> vDefinitionList)
Sets the value of '_definitionList' by copying the given
Vector.
|
void |
SnmpConfig.setDefinitionCollection(List<Definition> definitionList)
Deprecated.
|
Constructor and Description |
---|
SnmpConfig(Integer port,
Integer retry,
Integer timeout,
String readCommunity,
String writeCommunity,
String proxyHost,
String version,
Integer maxVarsPerPdu,
Integer maxRepetitions,
Integer maxRequestSize,
String securityName,
Integer securityLevel,
String authPassphrase,
String authProtocol,
String engineId,
String contextEngineId,
String contextName,
String privacyPassphrase,
String privacyProtocol,
String enterpriseId,
List<Definition> definitionList) |
Copyright © 2015. All Rights Reserved.