Uses of Class
org.opennms.netmgt.model.discovery.IPPollAddress
-
Packages that use IPPollAddress Package Description org.opennms.netmgt.config org.opennms.netmgt.config.api org.opennms.netmgt.discovery org.opennms.netmgt.icmp.proxy org.opennms.netmgt.model.discovery -
-
Uses of IPPollAddress in org.opennms.netmgt.config
Methods in org.opennms.netmgt.config that return types with arguments of type IPPollAddress Modifier and Type Method Description Iterable<IPPollAddress>
DiscoveryConfigFactory. getConfiguredAddresses()
getConfiguredAddressesIterator<IPPollAddress>
DiscoveryConfigFactory. getExcludingIterator(Iterator<IPPollAddress> it)
getExcludingInteratorList<IPPollAddress>
DiscoveryConfigFactory. getSpecifics()
getSpecificsList<IPPollAddress>
DiscoveryConfigFactory. getURLSpecifics()
getURLSpecificsMethod parameters in org.opennms.netmgt.config with type arguments of type IPPollAddress Modifier and Type Method Description static List<String>
DiscoveryConfigFactory. addToSpecificsFromURL(List<IPPollAddress> specifics, InputStream is, String foreignSource, String location, long timeout, int retries, String url)
addToSpecificsFromURLstatic List<String>
DiscoveryConfigFactory. addToSpecificsFromURL(List<IPPollAddress> specifics, String url, String foreignSource, String location, long timeout, int retries)
The file URL is read and a 'specific IP' is added for each entry in this file.Iterator<IPPollAddress>
DiscoveryConfigFactory. getExcludingIterator(Iterator<IPPollAddress> it)
getExcludingInterator -
Uses of IPPollAddress in org.opennms.netmgt.config.api
Methods in org.opennms.netmgt.config.api that return types with arguments of type IPPollAddress Modifier and Type Method Description Iterable<IPPollAddress>
DiscoveryConfigurationFactory. getConfiguredAddresses()
getConfiguredAddressesIterator<IPPollAddress>
DiscoveryConfigurationFactory. getExcludingIterator(Iterator<IPPollAddress> it)
getExcludingInteratorList<IPPollAddress>
DiscoveryConfigurationFactory. getSpecifics()
getSpecificsList<IPPollAddress>
DiscoveryConfigurationFactory. getURLSpecifics()
getURLSpecificsMethod parameters in org.opennms.netmgt.config.api with type arguments of type IPPollAddress Modifier and Type Method Description Iterator<IPPollAddress>
DiscoveryConfigurationFactory. getExcludingIterator(Iterator<IPPollAddress> it)
getExcludingInterator -
Uses of IPPollAddress in org.opennms.netmgt.discovery
Methods in org.opennms.netmgt.discovery that return types with arguments of type IPPollAddress Modifier and Type Method Description Iterable<IPPollAddress>
DiscoveryJob. getAddresses()
-
Uses of IPPollAddress in org.opennms.netmgt.icmp.proxy
Methods in org.opennms.netmgt.icmp.proxy that return types with arguments of type IPPollAddress Modifier and Type Method Description Iterable<IPPollAddress>
PingSweepRpcModule. getAddresses(List<IPPollRange> ranges)
-
Uses of IPPollAddress in org.opennms.netmgt.model.discovery
Methods in org.opennms.netmgt.model.discovery that return types with arguments of type IPPollAddress Modifier and Type Method Description Enumeration<IPPollAddress>
IPPollRange. elements()
Returns an Enumeration that can be used to cycle over the range of pollable addresses.Iterator<IPPollAddress>
IPPollRange. iterator()
Returns an Iterator object that can be used to cycle over the range of pollable address information.
-