Class Ibm5250StartupInformationLogger

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void doLog​(String text)  
      void errorCodeChanged​(String oldErrorCode, String newErrorCode)
      The Start-Up Response Record Error Code, changed.
      void jobNameChanged​(String oldJobName, String newJobName)
      The Start-Up Response Record Job Name, changed.
      void objectNameChanged​(String oldObjectName, String newObjectName)
      The Start-Up Response Record Object Name, changed.
      void responseCodeAutoSignonChanged​(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum oldResponseCodeAutoSignon, com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum newResponseCodeAutoSignon)
      The Start-Up Response Record error response codes for non-Kerberos Services Token automatic sign-on, as returned by the host, mapped to an enum, changed.
      void responseCodeAutoSignonKerberosChanged​(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum oldResponseCodeAutoSignonKerberos, com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum newResponseCodeAutoSignonKerberos)
      The Start-Up Response Record error response codes for Kerberos Services Token automatic sign-on support, as returned by the host, mapped to an enum, changed.
      void responseCodeChanged​(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnum oldResponseCode, com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnum newResponseCode)
      The Start-Up Response Record success or error response code, as returned by the host, mapped to an enum, changed.
      void responseCodeTextChanged​(String oldResponseCodeText, String newResponseCodeText)
      The Start-Up Response Record success or error response code, as returned by the host, as original string, changed.
      void systemNameChanged​(String oldSystemName, String newSystemName)
      The Start-Up Response Record System Name, changed.
    • Constructor Detail

      • Ibm5250StartupInformationLogger

        public Ibm5250StartupInformationLogger​(org.apache.logging.log4j.Logger logger,
                                               org.apache.logging.log4j.Level level)
        Create a new instance of Ibm5250StartupInformationLogger, which will log for to the provided Logger with the provided Level.
        Parameters:
        logger - the provided Logger
        level - the provided Level
    • Method Detail

      • responseCodeTextChanged

        public void responseCodeTextChanged​(String oldResponseCodeText,
                                            String newResponseCodeText)
        Description copied from interface: StartupInformationListener.Ibm5250
        The Start-Up Response Record success or error response code, as returned by the host, as original string, changed. Can be null.
        Specified by:
        responseCodeTextChanged in interface StartupInformationListener.Ibm5250
        Parameters:
        oldResponseCodeText - the old Start-Up Response Record success or error response code or null
        newResponseCodeText - the new Start-Up Response Record success or error response code or null
      • responseCodeChanged

        public void responseCodeChanged​(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnum oldResponseCode,
                                        com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnum newResponseCode)
        Description copied from interface: StartupInformationListener.Ibm5250
        The Start-Up Response Record success or error response code, as returned by the host, mapped to an enum, changed. Can be null if the returned response code is empty, or is covered by the TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum or TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum.
        Specified by:
        responseCodeChanged in interface StartupInformationListener.Ibm5250
        Parameters:
        oldResponseCode - the old Start-Up Response Record success or error response code or null
        newResponseCode - the new Start-Up Response Record success or error response code or null
      • responseCodeAutoSignonChanged

        public void responseCodeAutoSignonChanged​(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum oldResponseCodeAutoSignon,
                                                  com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum newResponseCodeAutoSignon)
        Description copied from interface: StartupInformationListener.Ibm5250
        The Start-Up Response Record error response codes for non-Kerberos Services Token automatic sign-on, as returned by the host, mapped to an enum, changed. Can be null if the returned response code is empty, or is covered by the TelnetOptionNEW_ENVIR.StartupResponseCodeEnum or TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum.
        Specified by:
        responseCodeAutoSignonChanged in interface StartupInformationListener.Ibm5250
        Parameters:
        oldResponseCodeAutoSignon - the old Start-Up Response Record error response codes or null
        newResponseCodeAutoSignon - the new Start-Up Response Record error response codes or null
      • responseCodeAutoSignonKerberosChanged

        public void responseCodeAutoSignonKerberosChanged​(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum oldResponseCodeAutoSignonKerberos,
                                                          com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum newResponseCodeAutoSignonKerberos)
        Description copied from interface: StartupInformationListener.Ibm5250
        The Start-Up Response Record error response codes for Kerberos Services Token automatic sign-on support, as returned by the host, mapped to an enum, changed. Can be null if the returned response code is empty, or is covered by the TelnetOptionNEW_ENVIR.StartupResponseCodeEnum or TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum.
        Specified by:
        responseCodeAutoSignonKerberosChanged in interface StartupInformationListener.Ibm5250
        Parameters:
        oldResponseCodeAutoSignonKerberos - the old Start-Up Response Record error response codes or null
        newResponseCodeAutoSignonKerberos - the new Start-Up Response Record error response codes or null
      • doLog

        protected void doLog​(String text)