Package com.rs.seagull.emulator.api
Interface StartupInformationListener.Ibm3270
- All Superinterfaces:
StartupInformationListener
- All Known Implementing Classes:
Ibm3270StartupInformationAdapter,Ibm3270StartupInformationLogger
- Enclosing interface:
- 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 TypeMethodDescriptionvoidbindImageChanged(Boolean oldBindImage, Boolean newBindImage) The flag, to indicate that the server is allowed to send the SNA Bind image and Unbind image notification, changed.voidcontentionResolutionChanged(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.voiddeviceNameChanged(String oldDeviceName, String newDeviceName) The negotiated Device Name, as returned by the host with a CONNECT command, changed.voiddeviceTypeChanged(String oldDeviceType, String newDeviceType) The negotiated Device Type, as returned by the host, changed.voiderrorCodeChanged(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.voidresponsesChanged(Boolean oldResponses, Boolean newResponses) The flag, to indicate that the server provides support for positive and negative response handling, changed.voidsnaSenseChanged(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.voidsysReqChanged(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
The negotiated Device Type, as returned by the host, changed. Can benull.- Parameters:
oldDeviceType- the old negotiated Device Type ornullnewDeviceType- the new negotiated Device Type ornull
-
deviceNameChanged
The negotiated Device Name, as returned by the host with a CONNECT command, changed. Can benull.- Parameters:
oldDeviceName- the old negotiated Device Name ornullnewDeviceName- the new negotiated Device Name ornull
-
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 benull.- Parameters:
oldErrorEnum- the old negotiated Error Code ornullnewErrorEnum- the new negotiated Error Code ornull
-
bindImageChanged
The flag, to indicate that the server is allowed to send the SNA Bind image and Unbind image notification, changed. Can benull.- Parameters:
oldBindImage- the old flag to indicate that the server is allowed to send the SNA Bind image and Unbind image notification ornullnewBindImage- the new flag to indicate that the server is allowed to send the SNA Bind image and Unbind image notification ornull
-
contentionResolutionChanged
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.- 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' ornullnewContentionResolution- 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
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.- Parameters:
oldResponses- the old flag to indicate that the server provides support for positive and negative response handling ornullnewResponses- the new flag to indicate that the server provides support for positive and negative response handling ornull
-
snaSenseChanged
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.- 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 ornullnewSnaSense- 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
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.- 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 ornullnewSysReq- 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
-