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 void
DiscoveryTaskExecutorImpl. 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 LocationAwarePingClient
PingCommand. locationAwarePingClient
LocationAwarePingClient
PingSweepCommand. 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 class
LocationAwarePingClientImpl
-
Uses of LocationAwarePingClient in org.opennms.netmgt.poller
Methods in org.opennms.netmgt.poller that return LocationAwarePingClient Modifier and Type Method Description LocationAwarePingClient
DefaultPollContext. getLocationAwarePingClient()
Methods in org.opennms.netmgt.poller with parameters of type LocationAwarePingClient Modifier and Type Method Description void
DefaultPollContext. setLocationAwarePingClient(LocationAwarePingClient locationAwarePingClient)
-