Interface StartupInformationListener.Ibm5250

All Superinterfaces:
StartupInformationListener
All Known Implementing Classes:
Ibm5250StartupInformationAdapter, Ibm5250StartupInformationLogger
Enclosing interface:
StartupInformationListener

public static interface StartupInformationListener.Ibm5250 extends StartupInformationListener
This interface describes a startup information listener for an IBM 5250 host session.
Version:
$Id: CJL2CodeTemplates.xml,v 1.2 2011/02/16 16:13:58 MRomijn Exp $
Author:
mromijn
  • Nested Class Summary

    Nested classes/interfaces inherited from interface com.rs.seagull.emulator.api.StartupInformationListener

    StartupInformationListener.Ibm3270, StartupInformationListener.Ibm5250
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • responseCodeTextChanged

      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. Can be null.
      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

      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. Can be null if the returned response code is empty, or is covered by the TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum or TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum.
      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

      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. Can be null if the returned response code is empty, or is covered by the TelnetOptionNEW_ENVIR.StartupResponseCodeEnum or TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum.
      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

      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. Can be null if the returned response code is empty, or is covered by the TelnetOptionNEW_ENVIR.StartupResponseCodeEnum or TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum.
      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
    • systemNameChanged

      void systemNameChanged(String oldSystemName, String newSystemName)
      The Start-Up Response Record System Name, changed. Can be null.
      Parameters:
      oldSystemName - the old Start-Up Response Record System Name or null
      newSystemName - the new Start-Up Response Record System Name or null
    • objectNameChanged

      void objectNameChanged(String oldObjectName, String newObjectName)
      The Start-Up Response Record Object Name, changed. Can be null.
      Parameters:
      oldObjectName - the old Start-Up Response Record Object Name or null
      newObjectName - the new Start-Up Response Record Object Name or null
    • jobNameChanged

      void jobNameChanged(String oldJobName, String newJobName)
      The Start-Up Response Record Job Name, changed. Can be null.
      Parameters:
      oldJobName - the old Start-Up Response Record Job Name or null
      newJobName - the new Start-Up Response Record Job Name or null
    • errorCodeChanged

      void errorCodeChanged(String oldErrorCode, String newErrorCode)
      The Start-Up Response Record Error Code, changed. Can be null.
      Parameters:
      oldErrorCode - the old Start-Up Response Record Error Code or null
      newErrorCode - the new Start-Up Response Record Error Code or null