Interface NetworkChecker


  • public interface NetworkChecker
    This interface should be implemented by classes used by the UDPNodeMonitoringService to check whether the lack of UDP ping packets from a given node depends on an actual fault of the monitored node or on a network disconnection.
    See Also:
    UDPNodeMonitoringService.NETWORK_CHECKER
    • Method Detail

      • initialize

        void initialize​(Profile p)
      • isNetworkUp

        boolean isNetworkUp​(String nodeID)