Uses of Interface
org.opennms.netmgt.icmp.proxy.LocationAwarePingClient
-
-
Uses of LocationAwarePingClient in org.opennms.features.topology.netutils.internal.operations
Constructors in org.opennms.features.topology.netutils.internal.operations with parameters of type LocationAwarePingClient Constructor Description PingOperation(LocationAwarePingClient pingClient, MonitoringLocationDao monitoringLocationDao, NodeDao nodeDao) -
Uses of LocationAwarePingClient in org.opennms.features.topology.netutils.internal.ping
Constructors in org.opennms.features.topology.netutils.internal.ping with parameters of type LocationAwarePingClient Constructor Description PingWindow(LocationAwarePingClient pingClient, List<String> locations, List<String> ipAddresses, String defaultLocation, String defaultIp, String caption)Creates the PingWindow to make ping requests. -
Uses of LocationAwarePingClient in org.opennms.netmgt.discovery
Methods in org.opennms.netmgt.discovery with parameters of type LocationAwarePingClient Modifier and Type Method Description voidDiscoveryTaskExecutorImpl. setLocationAwarePingClient(LocationAwarePingClient locationAwarePingClient) -
Uses of LocationAwarePingClient in org.opennms.netmgt.icmp.commands
Fields in org.opennms.netmgt.icmp.commands declared as LocationAwarePingClient Modifier and Type Field Description LocationAwarePingClientPingCommand. locationAwarePingClientLocationAwarePingClientPingSweepCommand. locationAwarePingClient -
Uses of LocationAwarePingClient in org.opennms.netmgt.icmp.proxy
Classes in org.opennms.netmgt.icmp.proxy that implement LocationAwarePingClient Modifier and Type Class Description classLocationAwarePingClientImpl -
Uses of LocationAwarePingClient in org.opennms.netmgt.poller
Methods in org.opennms.netmgt.poller that return LocationAwarePingClient Modifier and Type Method Description LocationAwarePingClientDefaultPollContext. getLocationAwarePingClient()Methods in org.opennms.netmgt.poller with parameters of type LocationAwarePingClient Modifier and Type Method Description voidDefaultPollContext. setLocationAwarePingClient(LocationAwarePingClient locationAwarePingClient)
-