Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.api | |
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 |
---|---|
int |
SnmpPeerFactory.getVersionCode(Definition def,
SnmpConfig config,
int requestedSnmpVersion) |
void |
SnmpConfigManager.mergeIntoConfig(Definition eventDef)
This is the exposed method for moving the data from a configureSNMP event
into the SnmpConfig from SnmpPeerFactory.
|
boolean |
SnmpConfigManager.removeDefinition(Definition definition)
Remove definition from the base config.
|
void |
SnmpPeerFactory.saveDefinition(Definition definition) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpAgentConfigFactory.saveDefinition(Definition definition)
Merge this definition into current config.
|
Modifier and Type | Method and Description |
---|---|
Definition |
SnmpConfig.findDefinition(InetAddress agentInetAddress) |
Definition |
AddressSnmpConfigVisitor.getDefinition() |
Modifier and Type | Method and Description |
---|---|
List<Definition> |
SnmpConfig.getDefinitions() |
Modifier and Type | Method and Description |
---|---|
void |
SnmpConfig.addDefinition(Definition definitions) |
boolean |
SnmpConfig.removeDefinition(Definition definitions) |
void |
AddressSnmpConfigVisitor.visitDefinition(Definition definition) |
void |
SnmpConfigVisitor.visitDefinition(Definition definition) |
void |
AbstractSnmpConfigVisitor.visitDefinition(Definition definition) |
Modifier and Type | Method and Description |
---|---|
void |
SnmpConfig.setDefinitions(List<Definition> definitions) |
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> definitions) |
Copyright © 2021. All rights reserved.