Uses of Class
org.jgroups.protocols.FD.Monitor
-
Packages that use FD.Monitor Package Description org.jgroups.protocols Provides implementations of transport protocols which are responsible for sending and receiving messages to/from the network. -
-
Uses of FD.Monitor in org.jgroups.protocols
Subclasses of FD.Monitor in org.jgroups.protocols Modifier and Type Class Description protected class
FD_ICMP.PingMonitor
Runs InetAddress.isReachable().protected class
FD_PING.PingMonitor
Executes the ping command.Methods in org.jgroups.protocols that return FD.Monitor Modifier and Type Method Description protected FD.Monitor
FD_ICMP. createMonitor()
protected FD.Monitor
FD_PING. createMonitor()
-