Package com.microstrategy.webapi
Class ACMSessionIdResolver.ClearInfo
- java.lang.Object
-
- com.microstrategy.webapi.ACMSessionIdResolver.ClearInfo
-
- Enclosing class:
- ACMSessionIdResolver
public static class ACMSessionIdResolver.ClearInfo extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description ACMMasterSessionBundle
mMasterSessionBundle
java.util.Collection<IDSSXMLSessionId>
mSessionIds
-
Constructor Summary
Constructors Constructor Description ClearInfo(java.util.Collection<IDSSXMLSessionId> iSessionIds, ACMMasterSessionBundle iMasterSessionBundle)
-
-
-
Field Detail
-
mSessionIds
public final java.util.Collection<IDSSXMLSessionId> mSessionIds
-
mMasterSessionBundle
public final ACMMasterSessionBundle mMasterSessionBundle
-
-
Constructor Detail
-
ClearInfo
public ClearInfo(java.util.Collection<IDSSXMLSessionId> iSessionIds, ACMMasterSessionBundle iMasterSessionBundle)
-
-