Package com.rs.seagull.emulator.api
Class Ibm3270StartupInformationAdapter
- java.lang.Object
-
- com.rs.seagull.emulator.api.Ibm3270StartupInformationAdapter
-
- All Implemented Interfaces:
StartupInformationListener
,StartupInformationListener.Ibm3270
public class Ibm3270StartupInformationAdapter extends Object implements StartupInformationListener.Ibm3270
This class implements 3270 StartupInformationListener, but does not do anything. Subclasses can override specific methods.- 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
-
-
Constructor Summary
Constructors Constructor Description Ibm3270StartupInformationAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods 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 Detail
-
deviceTypeChanged
public void deviceTypeChanged(String oldDeviceType, String newDeviceType)
Description copied from interface:StartupInformationListener.Ibm3270
The negotiated Device Type, as returned by the host, changed. Can benull
.- Specified by:
deviceTypeChanged
in interfaceStartupInformationListener.Ibm3270
- Parameters:
oldDeviceType
- the old negotiated Device Type ornull
newDeviceType
- the new negotiated Device Type ornull
-
deviceNameChanged
public void deviceNameChanged(String oldDeviceName, String newDeviceName)
Description copied from interface:StartupInformationListener.Ibm3270
The negotiated Device Name, as returned by the host with a CONNECT command, changed. Can benull
.- Specified by:
deviceNameChanged
in interfaceStartupInformationListener.Ibm3270
- Parameters:
oldDeviceName
- the old negotiated Device Name ornull
newDeviceName
- the new negotiated Device Name ornull
-
errorCodeChanged
public void errorCodeChanged(com.seagullsw.common.emulator.physical.emul3270.telnet2.Telnet3270EnhancedOption.ErrorEnum oldErrorEnum, com.seagullsw.common.emulator.physical.emul3270.telnet2.Telnet3270EnhancedOption.ErrorEnum newErrorEnum)
Description copied from interface:StartupInformationListener.Ibm3270
The Error Code, as returned by the host with a REJECT command, changed. Can benull
.- Specified by:
errorCodeChanged
in interfaceStartupInformationListener.Ibm3270
- Parameters:
oldErrorEnum
- the old negotiated Error Code ornull
newErrorEnum
- the new negotiated Error Code ornull
-
bindImageChanged
public void bindImageChanged(Boolean oldBindImage, Boolean newBindImage)
Description copied from interface:StartupInformationListener.Ibm3270
The flag, to indicate that the server is allowed to send the SNA Bind image and Unbind image notification, changed. Can benull
.- Specified by:
bindImageChanged
in interfaceStartupInformationListener.Ibm3270
- Parameters:
oldBindImage
- the old flag to indicate that the server is allowed to send the SNA Bind image and Unbind image notification ornull
newBindImage
- the new flag to indicate that the server is allowed to send the SNA Bind image and Unbind image notification ornull
-
contentionResolutionChanged
public void contentionResolutionChanged(Boolean oldContentionResolution, Boolean newContentionResolution)
Description copied from interface:StartupInformationListener.Ibm3270
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 benull
.- Specified by:
contentionResolutionChanged
in interfaceStartupInformationListener.Ibm3270
- 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' ornull
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' ornull
-
responsesChanged
public void responsesChanged(Boolean oldResponses, Boolean newResponses)
Description copied from interface:StartupInformationListener.Ibm3270
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 benull
.- Specified by:
responsesChanged
in interfaceStartupInformationListener.Ibm3270
- Parameters:
oldResponses
- the old flag to indicate that the server provides support for positive and negative response handling ornull
newResponses
- the new flag to indicate that the server provides support for positive and negative response handling ornull
-
snaSenseChanged
public void snaSenseChanged(Boolean oldSnaSense, Boolean newSnaSense)
Description copied from interface:StartupInformationListener.Ibm3270
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 benull
.- Specified by:
snaSenseChanged
in interfaceStartupInformationListener.Ibm3270
- 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 ornull
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 ornull
-
sysReqChanged
public void sysReqChanged(Boolean oldSysReq, Boolean newSysReq)
Description copied from interface:StartupInformationListener.Ibm3270
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 benull
.- Specified by:
sysReqChanged
in interfaceStartupInformationListener.Ibm3270
- 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 ornull
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 ornull
-
-