Uses of Interface
org.opennms.nrtg.api.ProtocolCollector
-
-
Uses of ProtocolCollector in org.opennms.nrtg.nrtbroker.local.internal
Methods in org.opennms.nrtg.nrtbroker.local.internal that return ProtocolCollector Modifier and Type Method Description ProtocolCollector
NrtBrokerLocal. getProtocolCollector(String protocol)
Methods in org.opennms.nrtg.nrtbroker.local.internal that return types with arguments of type ProtocolCollector Modifier and Type Method Description List<ProtocolCollector>
NrtBrokerLocal. getProtocolCollectors()
Method parameters in org.opennms.nrtg.nrtbroker.local.internal with type arguments of type ProtocolCollector Modifier and Type Method Description void
NrtBrokerLocal. setProtocolCollectors(List<ProtocolCollector> protocolCollectors)
-
Uses of ProtocolCollector in org.opennms.nrtg.nrtcollector.internal
Methods in org.opennms.nrtg.nrtcollector.internal that return ProtocolCollector Modifier and Type Method Description ProtocolCollector
ProtocolCollectorRegistry. getProtocolCollector(String protocol)
ProtocolCollector
ProtocolCollectorRegistryImpl. getProtocolCollector(String protocol)
Methods in org.opennms.nrtg.nrtcollector.internal that return types with arguments of type ProtocolCollector Modifier and Type Method Description List<ProtocolCollector>
ProtocolCollectorRegistryImpl. getProtocolCollectors()
Method parameters in org.opennms.nrtg.nrtcollector.internal with type arguments of type ProtocolCollector Modifier and Type Method Description void
ProtocolCollectorRegistryImpl. setProtocolCollectors(List<ProtocolCollector> protocolCollectors)
-
Uses of ProtocolCollector in org.opennms.nrtg.protocolcollector.snmp.internal
Classes in org.opennms.nrtg.protocolcollector.snmp.internal that implement ProtocolCollector Modifier and Type Class Description class
SnmpProtocolCollector
A ProtocolCollector to execute CollectionJobs for SNMP -
Uses of ProtocolCollector in org.opennms.nrtg.protocolcollector.tca.internal
Classes in org.opennms.nrtg.protocolcollector.tca.internal that implement ProtocolCollector Modifier and Type Class Description class
TcaProtocolCollector
A ProtocolCollector to execute CollectionJobs for TCA TCA provides multiple values behind special SnmpOids.
-