Interface StartupInformation.Ibm5250

  • All Superinterfaces:
    StartupInformation
    Enclosing interface:
    StartupInformation

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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getErrorCode()
      Get the Start-Up Response Record Error Code.
      String getJobName()
      Get the Start-Up Response Record Job Name.
      String getObjectName()
      Get the Start-Up Response Record Object Name.
      com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnum getResponseCode()
      Get the Start-Up Response Record success or error response code, as returned by the host, mapped to an enum.
      com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum getResponseCodeAutoSignon()
      Get 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.
      com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum getResponseCodeAutoSignonKerberos()
      Get 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.
      String getResponseCodeText()
      Get the Start-Up Response Record success or error response code, as returned by the host, as original string.
      String getSystemName()
      Get the Start-Up Response Record System Name.
    • Method Detail

      • getResponseCodeText

        String getResponseCodeText()
        Get the Start-Up Response Record success or error response code, as returned by the host, as original string. Can be null.
        Returns:
        the Start-Up Response Record success or error response code or null
      • getResponseCode

        com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnum getResponseCode()
        Get the Start-Up Response Record success or error response code, as returned by the host, mapped to an enum. Can be null if the returned response code is empty, or is covered by the TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum or TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum.
        Returns:
        the Start-Up Response Record success or error response code or null
      • getResponseCodeAutoSignon

        com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum getResponseCodeAutoSignon()
        Get 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. Can be null if the returned response code is empty, or is covered by the TelnetOptionNEW_ENVIR.StartupResponseCodeEnum or TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum.
        Returns:
        the Start-Up Response Record error response codes or null
      • getResponseCodeAutoSignonKerberos

        com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum getResponseCodeAutoSignonKerberos()
        Get 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. Can be null if the returned response code is empty, or is covered by the TelnetOptionNEW_ENVIR.StartupResponseCodeEnum or TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum.
        Returns:
        the Start-Up Response Record error response codes or null
      • getSystemName

        String getSystemName()
        Get the Start-Up Response Record System Name. Can be null.
        Returns:
        the Start-Up Response Record System Name or null
      • getObjectName

        String getObjectName()
        Get the Start-Up Response Record Object Name. Can be null.
        Returns:
        the Start-Up Response Record Object Name or null
      • getJobName

        String getJobName()
        Get the Start-Up Response Record Job Name. Can be null.
        Returns:
        the Start-Up Response Record Job Name or null
      • getErrorCode

        String getErrorCode()
        Get the Start-Up Response Record Error Code. Can be null.
        Returns:
        the Start-Up Response Record Error Code or null