Package | Description |
---|---|
org.opennms.netmgt.config |
TODO: add package overview sentence here.
|
org.opennms.netmgt.dao | |
org.opennms.netmgt.provision | |
org.opennms.netmgt.provision.detector.endpoint | |
org.opennms.netmgt.provision.detector.snmp | |
org.opennms.netmgt.provision.scan.snmp | |
org.opennms.netmgt.provision.service |
Modifier and Type | Class and Description |
---|---|
class |
SnmpPeerFactory
This class is the main repository for SNMP configuration information used by
the capabilities daemon.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SnmpConfigDao
SnmpConfigurationDao
|
Modifier and Type | Class and Description |
---|---|
class |
FactoryBasedSnmpConfigDao
DefaultSnmpConfigDao
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfigFactory |
SnmpAssetProvisioningAdapter.getSnmpPeerFactory() |
Modifier and Type | Method and Description |
---|---|
void |
SnmpAssetProvisioningAdapter.setSnmpPeerFactory(SnmpAgentConfigFactory snmpConfigDao) |
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfigFactory |
EndPointDetector.getAgentConfigFactory()
getAgentConfigFactory
|
Modifier and Type | Method and Description |
---|---|
void |
EndPointDetector.setAgentConfigFactory(SnmpAgentConfigFactory agentConfigFactory)
setAgentConfigFactory
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfigFactory |
SnmpDetector.getAgentConfigFactory()
getAgentConfigFactory
|
Modifier and Type | Method and Description |
---|---|
void |
SnmpDetector.setAgentConfigFactory(SnmpAgentConfigFactory agentConfigFactory)
setAgentConfigFactory
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractSnmpScanner.setSnmpAgentConfigFactory(SnmpAgentConfigFactory snmpPeerFactory)
setSnmpAgentConfigFactory
|
Modifier and Type | Method and Description |
---|---|
SnmpAgentConfigFactory |
NodeScan.AgentScan.getAgentConfigFactory() |
Modifier and Type | Method and Description |
---|---|
void |
Provisioner.setAgentConfigFactory(SnmpAgentConfigFactory agentConfigFactory)
setAgentConfigFactory
|
Constructor and Description |
---|
NewSuspectScan(InetAddress ipAddress,
ProvisionService provisionService,
EventForwarder eventForwarder,
SnmpAgentConfigFactory agentConfigFactory,
DefaultTaskCoordinator taskCoordinator)
Constructor for NewSuspectScan.
|
NodeScan(Integer nodeId,
String foreignSource,
String foreignId,
ProvisionService provisionService,
EventForwarder eventForwarder,
SnmpAgentConfigFactory agentConfigFactory,
DefaultTaskCoordinator taskCoordinator)
Constructor for NodeScan.
|
Copyright © 2015. All Rights Reserved.