Package com.microstrategy.webapi
Class ACMDestination.SessionlessDestination
- java.lang.Object
 - 
- com.microstrategy.webapi.ACMDestination.SessionlessDestination
 
 
- 
- All Implemented Interfaces:
 ACMDestination<ACMDestination.SessionlessDestination>
- Direct Known Subclasses:
 ACMDestination.SessionlessTargetDestination
- Enclosing interface:
 - ACMDestination<TDestination extends ACMDestination<TDestination>>
 
public static class ACMDestination.SessionlessDestination extends java.lang.Object implements ACMDestination<ACMDestination.SessionlessDestination>
SessionlessDestination represents a destination to be used by XML APIs that do not 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 SessionlessDestination(java.lang.String iClusterName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ACMDestination.SessionlessTargetDestinationcreateTargetDestination(IDSSXMLClusterNode iClusterNode)java.lang.StringgetClusterName()getClusterName gets the ClusterName that is used to define which cluster this destination is pointing to 
 - 
 
- 
- 
Method Detail
- 
createTargetDestination
public ACMDestination.SessionlessTargetDestination createTargetDestination(IDSSXMLClusterNode iClusterNode)
 
- 
getClusterName
public java.lang.String getClusterName()
getClusterName gets the ClusterName that is used to define which cluster this destination is pointing to 
 - 
 
 -