Package com.microstrategy.webapi
Class ACMDecisionLog.DecisionForCreateSession
- java.lang.Object
-
- com.microstrategy.utils.log.LoggerConfigurator
-
- com.microstrategy.webapi.ACMDecisionLog.DecisionForCreateSession
-
- Enclosing class:
- ACMDecisionLog
public static class ACMDecisionLog.DecisionForCreateSession extends LoggerConfigurator
DecisionForCreateSession
is used to log in the portion of the decision being made inside the CDSSXMLServerSessionImpl.hCreateSession. Coming into hCreateSession a choice has already been made which IServer to use. But, that decision may not work due to an IServer having just recently gone down or IServer side implementation of User Affinity. So, a new decision may be made at the last moment within hCreateSession.
To understand the full picture of the decision, we must know what hCreateSession has done. This class helps do that logging into the ACMDecisionLog
-
-
Constructor Summary
Constructors Constructor Description DecisionForCreateSession()
-
Method Summary
-
Methods inherited from class com.microstrategy.utils.log.LoggerConfigurator
createLogger
-
-
-
-
Field Detail
-
logger
public static final Logger logger
-
-