Package com.rs.seagull.emulator.api
Interface StartupInformation.Ibm5250
-
- All Superinterfaces:
StartupInformation
- Enclosing interface:
- StartupInformation
public static interface StartupInformation.Ibm5250 extends StartupInformation
This interface describes the startup information for an IBM 5250 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetErrorCode()Get the Start-Up Response Record Error Code.StringgetJobName()Get the Start-Up Response Record Job Name.StringgetObjectName()Get the Start-Up Response Record Object Name.com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnumgetResponseCode()Get the Start-Up Response Record success or error response code, as returned by the host, mapped to an enum.com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnumgetResponseCodeAutoSignon()Get the Start-Up Response Record error response codes for non-Kerberos Services Token automatic sign-on, as returned by the host, mapped to an enum.com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnumgetResponseCodeAutoSignonKerberos()Get the Start-Up Response Record error response codes for Kerberos Services Token automatic sign-on support, as returned by the host, mapped to an enum.StringgetResponseCodeText()Get the Start-Up Response Record success or error response code, as returned by the host, as original string.StringgetSystemName()Get the Start-Up Response Record System Name.-
Methods inherited from interface com.rs.seagull.emulator.api.StartupInformation
getEmulator
-
-
-
-
Method Detail
-
getResponseCodeText
String getResponseCodeText()
Get the Start-Up Response Record success or error response code, as returned by the host, as original string. Can benull.- Returns:
- the Start-Up Response Record success or error response code or
null
-
getResponseCode
com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnum getResponseCode()
Get the Start-Up Response Record success or error response code, as returned by the host, mapped to an enum. Can benullif the returned response code is empty, or is covered by theTelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnumorTelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum.- Returns:
- the Start-Up Response Record success or error response code or
null
-
getResponseCodeAutoSignon
com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum getResponseCodeAutoSignon()
Get the Start-Up Response Record error response codes for non-Kerberos Services Token automatic sign-on, as returned by the host, mapped to an enum. Can benullif the returned response code is empty, or is covered by theTelnetOptionNEW_ENVIR.StartupResponseCodeEnumorTelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum.- Returns:
- the Start-Up Response Record error response codes or
null
-
getResponseCodeAutoSignonKerberos
com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum getResponseCodeAutoSignonKerberos()
Get the Start-Up Response Record error response codes for Kerberos Services Token automatic sign-on support, as returned by the host, mapped to an enum. Can benullif the returned response code is empty, or is covered by theTelnetOptionNEW_ENVIR.StartupResponseCodeEnumorTelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum.- Returns:
- the Start-Up Response Record error response codes or
null
-
getSystemName
String getSystemName()
Get the Start-Up Response Record System Name. Can benull.- Returns:
- the Start-Up Response Record System Name or
null
-
getObjectName
String getObjectName()
Get the Start-Up Response Record Object Name. Can benull.- Returns:
- the Start-Up Response Record Object Name or
null
-
getJobName
String getJobName()
Get the Start-Up Response Record Job Name. Can benull.- Returns:
- the Start-Up Response Record Job Name or
null
-
getErrorCode
String getErrorCode()
Get the Start-Up Response Record Error Code. Can benull.- Returns:
- the Start-Up Response Record Error Code or
null
-
-