Interface MonitoredService

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.net.InetAddress getAddress()
      Returns the InetAddress associated with the service
      java.lang.String getIpAddr()
      Returns the ipAddr string associated with this monitored service.
      int getNodeId()
      Returns the nodeId of the node that this service is associated with.
      java.lang.String getNodeLabel()
      Returns the label of the node that this service is associated with.
      java.lang.String getNodeLocation()
      Returns the name of the location of the node that this service is associated with.
      java.lang.String getSvcName()
      Returns the svcName associated with this monitored service.
    • Method Detail

      • getSvcName

        java.lang.String getSvcName()
        Returns the svcName associated with this monitored service.
        Returns:
        the svcName
      • getIpAddr

        java.lang.String getIpAddr()
        Returns the ipAddr string associated with this monitored service.
        Returns:
        the ipAddr string
      • getNodeId

        int getNodeId()
        Returns the nodeId of the node that this service is associated with.
        Returns:
        the nodeid
      • getNodeLabel

        java.lang.String getNodeLabel()
        Returns the label of the node that this service is associated with.
        Returns:
        the nodelabel
      • getNodeLocation

        java.lang.String getNodeLocation()
        Returns the name of the location of the node that this service is associated with.
        Returns:
        the nodelocation
      • getAddress

        java.net.InetAddress getAddress()
        Returns the InetAddress associated with the service
        Returns:
        the InetAddress