Interface StartupInformationListener.Ibm3270

All Superinterfaces:
StartupInformationListener
All Known Implementing Classes:
Ibm3270StartupInformationAdapter, Ibm3270StartupInformationLogger
Enclosing interface:
StartupInformationListener

public static interface StartupInformationListener.Ibm3270 extends StartupInformationListener
This interface describes a startup information listener for an IBM 3270 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
    bindImageChanged(Boolean oldBindImage, Boolean newBindImage)
    The flag, to indicate that the server is allowed to send the SNA Bind image and Unbind image notification, changed.
    void
    contentionResolutionChanged(Boolean oldContentionResolution, Boolean newContentionResolution)
    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', changed.
    void
    deviceNameChanged(String oldDeviceName, String newDeviceName)
    The negotiated Device Name, as returned by the host with a CONNECT command, changed.
    void
    deviceTypeChanged(String oldDeviceType, String newDeviceType)
    The negotiated Device Type, as returned by the host, changed.
    void
    errorCodeChanged(com.seagullsw.common.emulator.physical.emul3270.telnet2.Telnet3270EnhancedOption.ErrorEnum oldErrorEnum, com.seagullsw.common.emulator.physical.emul3270.telnet2.Telnet3270EnhancedOption.ErrorEnum newErrorEnum)
    The Error Code, as returned by the host with a REJECT command, changed.
    void
    responsesChanged(Boolean oldResponses, Boolean newResponses)
    The flag, to indicate that the server provides support for positive and negative response handling, changed.
    void
    snaSenseChanged(Boolean oldSnaSense, Boolean newSnaSense)
    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, changed.
    void
    sysReqChanged(Boolean oldSysReq, Boolean newSysReq)
    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, changed.
  • Method Details

    • deviceTypeChanged

      void deviceTypeChanged(String oldDeviceType, String newDeviceType)
      The negotiated Device Type, as returned by the host, changed. Can be null.
      Parameters:
      oldDeviceType - the old negotiated Device Type or null
      newDeviceType - the new negotiated Device Type or null
    • deviceNameChanged

      void deviceNameChanged(String oldDeviceName, String newDeviceName)
      The negotiated Device Name, as returned by the host with a CONNECT command, changed. Can be null.
      Parameters:
      oldDeviceName - the old negotiated Device Name or null
      newDeviceName - the new negotiated Device Name or null
    • errorCodeChanged

      void errorCodeChanged(com.seagullsw.common.emulator.physical.emul3270.telnet2.Telnet3270EnhancedOption.ErrorEnum oldErrorEnum, com.seagullsw.common.emulator.physical.emul3270.telnet2.Telnet3270EnhancedOption.ErrorEnum newErrorEnum)
      The Error Code, as returned by the host with a REJECT command, changed. Can be null.
      Parameters:
      oldErrorEnum - the old negotiated Error Code or null
      newErrorEnum - the new negotiated Error Code or null
    • bindImageChanged

      void bindImageChanged(Boolean oldBindImage, Boolean newBindImage)
      The flag, to indicate that the server is allowed to send the SNA Bind image and Unbind image notification, changed. Can be null.
      Parameters:
      oldBindImage - the old flag to indicate that the server is allowed to send the SNA Bind image and Unbind image notification or null
      newBindImage - the new flag to indicate that the server is allowed to send the SNA Bind image and Unbind image notification or null
    • contentionResolutionChanged

      void contentionResolutionChanged(Boolean oldContentionResolution, Boolean newContentionResolution)
      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', changed. Can be null.
      Parameters:
      oldContentionResolution - the old 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
      newContentionResolution - the new 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
    • responsesChanged

      void responsesChanged(Boolean oldResponses, Boolean newResponses)
      The flag, to indicate that the server provides support for positive and negative response handling, changed. 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.
      Parameters:
      oldResponses - the old flag to indicate that the server provides support for positive and negative response handling or null
      newResponses - the new flag to indicate that the server provides support for positive and negative response handling or null
    • snaSenseChanged

      void snaSenseChanged(Boolean oldSnaSense, Boolean newSnaSense)
      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, changed. Can be null.
      Parameters:
      oldSnaSense - the old flag to indicate that the server is committed to accepting SNA-SENSE-CODE responses to 3270-DATA, SCS-DATA (LU1), BID andChanged(FMH-DATA data type messages or null
      newSnaSense - the new flag to indicate that the server is committed to accepting SNA-SENSE-CODE responses to 3270-DATA, SCS-DATA (LU1), BID andChanged(FMH-DATA data type messages or null
    • sysReqChanged

      void sysReqChanged(Boolean oldSysReq, Boolean newSysReq)
      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, changed. Can be null.
      Parameters:
      oldSysReq - the old 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
      newSysReq - the new 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