Class SimpleMonitoredService

    • Constructor Detail

      • SimpleMonitoredService

        public SimpleMonitoredService​(InetAddress ipAddress,
                                      int nodeId,
                                      String nodeLabel,
                                      String svcName,
                                      String location)
      • SimpleMonitoredService

        public SimpleMonitoredService​(InetAddress ipAddress,
                                      int nodeId,
                                      String nodeLabel,
                                      String svcName)
        Instantiates a new simple monitored service.
        Parameters:
        ipAddress - the IP address
        nodeId - the node id
        nodeLabel - the node label
        svcName - the service name
      • SimpleMonitoredService

        public SimpleMonitoredService​(InetAddress ipAddress,
                                      String svcName)
        Instantiates a new simple monitored service.
        Parameters:
        ipAddress - the IP address
        svcName - the service name
      • SimpleMonitoredService

        public SimpleMonitoredService​(InetAddress ipAddress,
                                      String svcName,
                                      String location)