Interface WebClusterInfos


  • public interface WebClusterInfos
    This interface represents the information for a collection of i-Server clusters You can use this for retrieving the project information per cluster node by iterating through the clusters
    • Method Detail

      • getClusterCount

        int getClusterCount()
        Returns a a number of WebClusterInfo interfaces those are in the cluster
        Returns:
      • getCluster

        WebClusterInfo getCluster​(int i)
        Returns WebClusterInfo interface for a given node index from the collection of cluster nodes.
        Parameters:
        i - Index of a node from collection
        Returns:
        a WebClusterInfo. Returns null if not found
      • getCluster

        WebClusterInfo getCluster​(java.lang.String nodeName)
        Returns WebClusterInfo interface for a given node name from the collection of cluster nodes.
        Parameters:
        nodeName -
        Returns:
        a WebClusterInfo. Returns null if not found