Class 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
    • Field Detail

      • logger

        public static final Logger logger
    • Constructor Detail

      • DecisionForCreateSession

        public DecisionForCreateSession()