Package com.microstrategy.webapi
Interface ACMDestination.ACMTargetDestination<TDestination extends ACMDestination<TDestination>>
- 
- Type Parameters:
 TDestination-
- All Known Implementing Classes:
 ACMDestination.SessionlessTargetDestination,ACMDestination.SessionTargetDestination
- Enclosing interface:
 - ACMDestination<TDestination extends ACMDestination<TDestination>>
 
public static interface ACMDestination.ACMTargetDestination<TDestination extends ACMDestination<TDestination>>ACMTargetDestination represents a specific IServer in a cluster. The ACMDistributor infrastructure discovers the IServers within the cluster, then it sends XML API calls to each IServer. This class points to an individual IServer. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IDSSXMLClusterNodegetClusterNode()getClusterNode gets the IDSSXMLClusterNode that contains the connectivity information to the Target DestinationIDSSXMLSessionId.TYPEgetSessionIdType() 
 - 
 
- 
- 
Method Detail
- 
getClusterNode
IDSSXMLClusterNode getClusterNode()
getClusterNode gets the IDSSXMLClusterNode that contains the connectivity information to the Target Destination- Returns:
 
 
- 
getSessionIdType
IDSSXMLSessionId.TYPE getSessionIdType()
 
 - 
 
 -