Package jade.core.nodeMonitoring
Interface NetworkChecker
-
public interface NetworkCheckerThis 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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinitialize(Profile p)booleanisNetworkUp(String nodeID)
-