Uses of Interface
org.opennms.netmgt.icmp.proxy.strategy.ExecutionStrategy
-
Packages that use ExecutionStrategy Package Description org.opennms.netmgt.icmp.proxy.strategy -
-
Uses of ExecutionStrategy in org.opennms.netmgt.icmp.proxy.strategy
Classes in org.opennms.netmgt.icmp.proxy.strategy that implement ExecutionStrategy Modifier and Type Class Description class
MultiplePingExecutionStrategy
TheMultiplePingExecutionStrategy
allows the execution of more than 1 pings with the same configuration.class
SinglePingExecutionStrategy
Is used to perform one ping.
-