Class ACMSDKHelpers.ConfigSessionProjectsResolver

  • Enclosing class:
    ACMSDKHelpers

    public static class ACMSDKHelpers.ConfigSessionProjectsResolver
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static <TClusterNode extends IDSSXMLClusterNode>
      java.util.List<TClusterNode>
      getConfigSessionsThatHaveAllProjects​(java.lang.String iClusterIdentifyingMachineName, int iPort, java.util.List<ACMSessionIdResolver.ConfigSessionInfo> iConfigSessionInfos, java.util.Collection<java.lang.String> iAllPids, boolean iUseFencing)
      getConfigSessionsThatHaveAllProjects returns all Config Sessions that were input, that include all the input Pids.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ConfigSessionProjectsResolver

        public ConfigSessionProjectsResolver()
    • Method Detail

      • getConfigSessionsThatHaveAllProjects

        public static <TClusterNode extends IDSSXMLClusterNode> java.util.List<TClusterNode> getConfigSessionsThatHaveAllProjects​(java.lang.String iClusterIdentifyingMachineName,
                                                                                                                                  int iPort,
                                                                                                                                  java.util.List<ACMSessionIdResolver.ConfigSessionInfo> iConfigSessionInfos,
                                                                                                                                  java.util.Collection<java.lang.String> iAllPids,
                                                                                                                                  boolean iUseFencing)
                                                                                                                           throws MSTRWebAPIException
        getConfigSessionsThatHaveAllProjects returns all Config Sessions that were input, that include all the input Pids. If none satisfy the request then returned collection will be empty
        Parameters:
        iConfigSessionInfos - A ACMSessionIdResolver.ConfigSessionInfo that has all the projects or null
        iAllPids -
        Throws:
        MSTRWebAPIException