Uses of Interface
org.opennms.netmgt.collectd.SnmpCollectionAgentService
-
Packages that use SnmpCollectionAgentService Package Description org.opennms.netmgt.collectd -
-
Uses of SnmpCollectionAgentService in org.opennms.netmgt.collectd
Classes in org.opennms.netmgt.collectd that implement SnmpCollectionAgentService Modifier and Type Class Description class
DefaultSnmpCollectionAgentService
Represents a remote SNMP agent on a specific IPv4 interface.Methods in org.opennms.netmgt.collectd that return SnmpCollectionAgentService Modifier and Type Method Description static SnmpCollectionAgentService
DefaultSnmpCollectionAgentService. create(Integer ifaceId, IpInterfaceDao ifaceDao, org.springframework.transaction.PlatformTransactionManager transMgr)
createConstructors in org.opennms.netmgt.collectd with parameters of type SnmpCollectionAgentService Constructor Description DefaultSnmpCollectionAgent(SnmpCollectionAgentService agentService, String location)
-