Package com.microstrategy.webapi
Class ACMSessionIdResolver.SSCMPreferredConfigSessionInfo
- java.lang.Object
-
- com.microstrategy.webapi.ACMSessionIdResolver.SSCMPreferredConfigSessionInfo
-
- All Implemented Interfaces:
ACMSessionIdResolver.SSCMSessionTypeInfo<IDSSXMLSessionId.IConfigSessionId>
- Enclosing class:
- ACMSessionIdResolver
public static class ACMSessionIdResolver.SSCMPreferredConfigSessionInfo extends java.lang.Object implements ACMSessionIdResolver.SSCMSessionTypeInfo<IDSSXMLSessionId.IConfigSessionId>
-
-
Constructor Summary
Constructors Constructor Description SSCMPreferredConfigSessionInfo(com.microstrategy.webapi.ACMSessionIdResolver.Maps iMaps)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
createMapKey(IDSSXMLSessionId.IMasterSessionId iMasterSessionId)
void
finish(IDSSXMLSessionId.IMasterSessionId iMasterSessionId, IDSSXMLSessionId.IConfigSessionId iSessionId, ACMClusterInfo iClusterInfo, boolean iIsCloseable)
IDSSXMLSessionId.IConfigSessionId
getSessionId()
IDSSXMLSessionId.IConfigSessionId
getSessionIdFromMaps(IDSSXMLSessionId.IMasterSessionId iMasterSessionId)
java.lang.String
getSpecificConnectivityInfo()
void
setSessionId(IDSSXMLSessionId.IConfigSessionId iSessionId)
-
-
-
Method Detail
-
createMapKey
public java.lang.String createMapKey(IDSSXMLSessionId.IMasterSessionId iMasterSessionId)
- Specified by:
createMapKey
in interfaceACMSessionIdResolver.SSCMSessionTypeInfo<IDSSXMLSessionId.IConfigSessionId>
-
getSessionId
public IDSSXMLSessionId.IConfigSessionId getSessionId()
- Specified by:
getSessionId
in interfaceACMSessionIdResolver.SSCMSessionTypeInfo<IDSSXMLSessionId.IConfigSessionId>
-
setSessionId
public void setSessionId(IDSSXMLSessionId.IConfigSessionId iSessionId)
- Specified by:
setSessionId
in interfaceACMSessionIdResolver.SSCMSessionTypeInfo<IDSSXMLSessionId.IConfigSessionId>
-
getSessionIdFromMaps
public IDSSXMLSessionId.IConfigSessionId getSessionIdFromMaps(IDSSXMLSessionId.IMasterSessionId iMasterSessionId)
- Specified by:
getSessionIdFromMaps
in interfaceACMSessionIdResolver.SSCMSessionTypeInfo<IDSSXMLSessionId.IConfigSessionId>
-
getSpecificConnectivityInfo
public java.lang.String getSpecificConnectivityInfo()
- Specified by:
getSpecificConnectivityInfo
in interfaceACMSessionIdResolver.SSCMSessionTypeInfo<IDSSXMLSessionId.IConfigSessionId>
-
finish
public void finish(IDSSXMLSessionId.IMasterSessionId iMasterSessionId, IDSSXMLSessionId.IConfigSessionId iSessionId, ACMClusterInfo iClusterInfo, boolean iIsCloseable) throws MSTRWebAPIException
- Specified by:
finish
in interfaceACMSessionIdResolver.SSCMSessionTypeInfo<IDSSXMLSessionId.IConfigSessionId>
- Throws:
MSTRWebAPIException
-
-