Package com.microstrategy.webapi
Interface ACMSSCMSessionTypeInfo<T extends IDSSXMLSessionId>
-
- All Known Implementing Classes:
ACMSSCMConfigSessionInfo,ACMSSCMPreferredConfigSessionInfo,ACMSSCMProjectSessionInfo
public interface ACMSSCMSessionTypeInfo<T extends IDSSXMLSessionId>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringcreateMapKey(IDSSXMLSessionId.IMasterSessionId iMasterSessionId)voidfinish(IDSSXMLSessionId.IMasterSessionId iMasterSessionId, T iSessionId, ACMClusterInfo iClusterInfo, boolean iIsCloseable)TgetSessionId()TgetSessionIdFromMaps(IDSSXMLSessionId.IMasterSessionId iMasterSessionId)java.lang.StringgetSpecificConnectivityInfo()voidsetSessionId(T iSessionId)
-
-
-
Method Detail
-
createMapKey
java.lang.String createMapKey(IDSSXMLSessionId.IMasterSessionId iMasterSessionId)
-
getSessionId
T getSessionId()
-
setSessionId
void setSessionId(T iSessionId)
-
getSessionIdFromMaps
T getSessionIdFromMaps(IDSSXMLSessionId.IMasterSessionId iMasterSessionId)
-
getSpecificConnectivityInfo
java.lang.String getSpecificConnectivityInfo()
-
finish
void finish(IDSSXMLSessionId.IMasterSessionId iMasterSessionId, T iSessionId, ACMClusterInfo iClusterInfo, boolean iIsCloseable) throws MSTRWebAPIException
- Throws:
MSTRWebAPIException
-
-