Package com.rs.seagull.emulator.api
Interface StartupInformation.Ibm3270
- All Superinterfaces:
StartupInformation
- Enclosing interface:
- 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
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.rs.seagull.emulator.api.StartupInformation
StartupInformation.Ibm3270, StartupInformation.Ibm5250
-
Field Summary
Fields inherited from interface com.rs.seagull.emulator.api.StartupInformation
Ibm3270, Ibm5250
-
Method Summary
Modifier and TypeMethodDescriptionGet the negotiated Device Name as returned by the host with a CONNECT command.Get the negotiated Device Type as returned by the host.com.seagullsw.common.emulator.physical.emul3270.telnet2.Telnet3270EnhancedOption.ErrorEnum
Get the Error Code as returned by the host with a REJECT command.Get the flag to indicate that the server is allowed to send the SNA Bind image and Unbind image notification.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'.Get the flag to indicate that the server provides support for positive and negative response handling.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.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.Methods inherited from interface com.rs.seagull.emulator.api.StartupInformation
getEmulator
-
Method Details
-
getDeviceType
String getDeviceType()Get the negotiated Device Type as returned by the host. Can benull
.- 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 benull
.- 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 benull
.- 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 benull
.- 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 benull
.- 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 benull
.- 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 benull
.- 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 benull
.- 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
-