Package com.microstrategy.webapi
Class ACMSessionIdResolver.EnumInfo
- java.lang.Object
-
- com.microstrategy.webapi.ACMSessionIdResolver.EnumInfo
-
- Enclosing class:
- ACMSessionIdResolver
public static class ACMSessionIdResolver.EnumInfo extends java.lang.Object
EnumInfo is an immutable struct to hold a copy of the information in the maps. The user can use this copy to walk through the data while outside of the map locks for efficiency
-
-
Field Summary
Fields Modifier and Type Field Description java.util.Map<IDSSXMLSessionId.IMasterSessionId,ACMSessionIdResolver.MasterSessionInfo>
mMasterSessionInfo
-
Constructor Summary
Constructors Constructor Description EnumInfo()
-
-
-
Field Detail
-
mMasterSessionInfo
public final java.util.Map<IDSSXMLSessionId.IMasterSessionId,ACMSessionIdResolver.MasterSessionInfo> mMasterSessionInfo
-
-