Package com.microstrategy.webapi
Class ACMSDKHelpers.ConfigSessionProjectsResolver
- java.lang.Object
-
- com.microstrategy.webapi.ACMSDKHelpers.ConfigSessionProjectsResolver
-
- Enclosing class:
- ACMSDKHelpers
public static class ACMSDKHelpers.ConfigSessionProjectsResolver extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConfigSessionProjectsResolver()
-
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.
-
-
-
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 nulliAllPids
-- Throws:
MSTRWebAPIException
-
-