Interface StartupInformation.Ibm3270

  • All Superinterfaces:
    StartupInformation
    Enclosing interface:
    StartupInformation

    public static interface StartupInformation.Ibm3270
    extends StartupInformation
    This interface describes the startup information for an IBM 3270 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 getDeviceName()
      Get the negotiated Device Name as returned by the host with a CONNECT command.
      String getDeviceType()
      Get the negotiated Device Type as returned by the host.
      com.seagullsw.common.emulator.physical.emul3270.telnet2.Telnet3270EnhancedOption.ErrorEnum getErrorCode()
      Get the Error Code as returned by the host with a REJECT command.
      Boolean isBindImage()
      Get the flag to indicate that the server is allowed to send the SNA Bind image and Unbind image notification.
      Boolean isContentionResolution()
      Get the flag to indicate that both the client and the server are able to handle the SDI, KRI and Signal header flags and the BID data type as defined in 'draft-ietf-tn3270e-extensions-01'.
      Boolean isResponses()
      Get the flag to indicate that the server provides support for positive and negative response handling.
      Boolean isSnaSense()
      Get the flag to indicate that the server is committed to accepting SNA-SENSE-CODE responses to 3270-DATA, SCS-DATA (LU1), BID and FMH-DATA data type messages.
      Boolean isSysReq()
      Get the flag to indicate that allows the client and server to emulate some (or all, depending on the server) of the functions of the SYSREQ key in an SNA environment.
    • Method Detail

      • getDeviceType

        String getDeviceType()
        Get the negotiated Device Type as returned by the host. Can be null.
        Returns:
        the negotiated Device Type or null
      • getDeviceName

        String getDeviceName()
        Get the negotiated Device Name as returned by the host with a CONNECT command. Can be null.
        Returns:
        the negotiated Device Name or null
      • getErrorCode

        com.seagullsw.common.emulator.physical.emul3270.telnet2.Telnet3270EnhancedOption.ErrorEnum getErrorCode()
        Get the Error Code as returned by the host with a REJECT command. Can be null.
        Returns:
        the negotiated Error Code or null
      • isBindImage

        Boolean isBindImage()
        Get the flag to indicate that the server is allowed to send the SNA Bind image and Unbind image notification. Can be null.
        Returns:
        the flag to indicate that the server is allowed to send the SNA Bind image and Unbind image notification or null
      • isContentionResolution

        Boolean isContentionResolution()
        Get the flag to indicate that both the client and the server are able to handle the SDI, KRI and Signal header flags and the BID data type as defined in 'draft-ietf-tn3270e-extensions-01'. Can be null.
        Returns:
        the flag to indicate that both the client and the server are able to handle the SDI, KRI and Signal header flags and the BID data type as defined in 'draft-ietf-tn3270e-extensions-01' or null
      • isResponses

        Boolean isResponses()
        Get the flag to indicate that the server provides support for positive and negative response handling. Allows the server to reflect to the client any and all definite, exception, and no response requests sent by the host application. Can be null.
        Returns:
        the flag to indicate that the server provides support for positive and negative response handling or null
      • isSnaSense

        Boolean isSnaSense()
        Get the flag to indicate that the server is committed to accepting SNA-SENSE-CODE responses to 3270-DATA, SCS-DATA (LU1), BID and FMH-DATA data type messages. Can be null.
        Returns:
        the flag to indicate that the server is committed to accepting SNA-SENSE-CODE responses to 3270-DATA, SCS-DATA (LU1), BID and FMH-DATA data type messages or null
      • isSysReq

        Boolean isSysReq()
        Get the flag to indicate that allows the client and server to emulate some (or all, depending on the server) of the functions of the SYSREQ key in an SNA environment. Can be null.
        Returns:
        the flag to indicate that allows the client and server to emulate some (or all, depending on the server) of the functions of the SYSREQ key in an SNA environment or null