Package com.microstrategy.webapi
Class ACMDestination.SessionDestination
- java.lang.Object
-
- com.microstrategy.webapi.ACMDestination.SessionDestination
-
- All Implemented Interfaces:
ACMDestination<ACMDestination.SessionDestination>
- Direct Known Subclasses:
ACMDestination.SessionTargetDestination
- Enclosing interface:
- ACMDestination<TDestination extends ACMDestination<TDestination>>
public static class ACMDestination.SessionDestination extends java.lang.Object implements ACMDestination<ACMDestination.SessionDestination>
SessionDestination represents a destination to be used by XML APIs that require a Session Id. This class does not point to a particular IServer. Rather it points to the cluster.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.microstrategy.webapi.ACMDestination
ACMDestination.ACMTargetDestination<TDestination extends ACMDestination<TDestination>>, ACMDestination.SessionDestination, ACMDestination.SessionlessDestination, ACMDestination.SessionlessTargetDestination, ACMDestination.SessionTargetDestination
-
-
Constructor Summary
Constructors Constructor Description SessionDestination(java.lang.String iSessionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ACMDestination.SessionTargetDestinationcreateTargetDestination(IDSSXMLSessionId iSessionId, IDSSXMLClusterNode iClusterNode)IDSSXMLSessionId.IMasterSessionIdgetMasterSessionId()getMasterSessionId gets the Master Session Id that is used to define which cluster this destination is pointing to
-
-
-
Constructor Detail
-
SessionDestination
public SessionDestination(java.lang.String iSessionId) throws MSTRWebAPIException- Throws:
MSTRWebAPIException
-
-
Method Detail
-
createTargetDestination
public ACMDestination.SessionTargetDestination createTargetDestination(IDSSXMLSessionId iSessionId, IDSSXMLClusterNode iClusterNode)
-
getMasterSessionId
public IDSSXMLSessionId.IMasterSessionId getMasterSessionId()
getMasterSessionId gets the Master Session Id that is used to define which cluster this destination is pointing to
-
-