Package com.microstrategy.webapi
Class ACMDestination.SessionlessTargetDestination
- java.lang.Object
 - 
- com.microstrategy.webapi.ACMDestination.SessionlessDestination
 - 
- com.microstrategy.webapi.ACMDestination.SessionlessTargetDestination
 
 
 
- 
- All Implemented Interfaces:
 ACMDestination<ACMDestination.SessionlessDestination>,ACMDestination.ACMTargetDestination<ACMDestination.SessionlessDestination>
- Enclosing interface:
 - ACMDestination<TDestination extends ACMDestination<TDestination>>
 
public static class ACMDestination.SessionlessTargetDestination extends ACMDestination.SessionlessDestination implements ACMDestination.ACMTargetDestination<ACMDestination.SessionlessDestination>
SessionlessTargetDestination represents a destination to be used by XML APIs that do not require a Session Id. This class points to a specific IServer within a cluster that is the target for the XML API. 
- 
- 
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 SessionlessTargetDestination(IDSSXMLClusterNode iClusterNode, java.lang.String iClusterName) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IDSSXMLClusterNodegetClusterNode()getClusterNode gets the IDSSXMLClusterNode that contains the connectivity information to the Target DestinationIDSSXMLSessionId.TYPEgetSessionIdType()- 
Methods inherited from class com.microstrategy.webapi.ACMDestination.SessionlessDestination
createTargetDestination, getClusterName 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
SessionlessTargetDestination
public SessionlessTargetDestination(IDSSXMLClusterNode iClusterNode, java.lang.String iClusterName)
 
 - 
 
- 
Method Detail
- 
getClusterNode
public IDSSXMLClusterNode getClusterNode()
Description copied from interface:ACMDestination.ACMTargetDestinationgetClusterNode gets the IDSSXMLClusterNode that contains the connectivity information to the Target Destination- Specified by:
 getClusterNodein interfaceACMDestination.ACMTargetDestination<ACMDestination.SessionlessDestination>- Returns:
 
 
- 
getSessionIdType
public IDSSXMLSessionId.TYPE getSessionIdType()
- Specified by:
 getSessionIdTypein interfaceACMDestination.ACMTargetDestination<ACMDestination.SessionlessDestination>
 
 - 
 
 -