public static class

ACMSessionIdResolver.MasterSessionInfo

extends Object
java.lang.Object
   ↳ com.microstrategy.webapi.ACMSessionIdResolver.MasterSessionInfo

Class Overview

MasterSessionInfo 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

Summary

Fields
public final Map<IDSSXMLSessionId.IConfigSessionIdACMSessionIdResolver.ConfigSessionInfo> mCSidInfo
public final Map<IDSSXMLSessionId.IProjectSessionIdACMSessionIdResolver.ProjectSessionInfo> mPSidInfo
public final ACMMasterSessionBundle mSessionBundle
Public Constructors
MasterSessionInfo(ACMMasterSessionBundle iSessionBundle)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public final ACMMasterSessionBundle mSessionBundle

Public Constructors

public MasterSessionInfo (ACMMasterSessionBundle iSessionBundle)