Package | Description |
---|---|
org.opennms.core.test.snmp | |
org.opennms.netmgt.snmp.mock |
Modifier and Type | Method and Description |
---|---|
SnmpAgentAddress |
SnmpAgentConfigProxyMapper.getAddress(InetAddress address)
Returns the proxied
SnmpAgentAddress that the provided host address. |
Modifier and Type | Method and Description |
---|---|
void |
SnmpAgentConfigProxyMapper.addProxy(InetAddress hostAddress,
SnmpAgentAddress proxyAgentAddress)
Sets the proxied
SnmpAgentAddress for a given SnmpAgentAddress |
boolean |
SnmpAgentConfigProxyMapper.contains(SnmpAgentAddress listenAddress)
Whether or not the given address is in use in the proxy mapper.
|
void |
MockSnmpDataProvider.setDataForAddress(SnmpAgentAddress address,
org.springframework.core.io.Resource resource) |
Modifier and Type | Field and Description |
---|---|
static SnmpAgentAddress |
MockSnmpStrategy.ALL_AGENTS |
Modifier and Type | Method and Description |
---|---|
protected PropertyOidContainer |
MockSnmpStrategy.getOidContainer(SnmpAgentAddress aa) |
static void |
MockSnmpStrategy.removeHost(SnmpAgentAddress agentAddr) |
static void |
MockSnmpStrategy.setDataForAddress(SnmpAgentAddress agentAddress,
org.springframework.core.io.Resource resource) |
Constructor and Description |
---|
MockSnmpWalker(SnmpAgentAddress agentAddress,
int snmpVersion,
PropertyOidContainer container,
String name,
CollectionTracker tracker,
int maxVarsPerPdu) |
Copyright © 2015. All rights reserved.