Package com.rs.seagull.emulator.api
Interface StartupInformationListener.Ibm5250
- All Superinterfaces:
StartupInformationListener
- All Known Implementing Classes:
Ibm5250StartupInformationAdapter,Ibm5250StartupInformationLogger
- Enclosing interface:
- StartupInformationListener
This interface describes a startup information listener 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.StartupInformationListener
StartupInformationListener.Ibm3270, StartupInformationListener.Ibm5250 -
Method Summary
Modifier and TypeMethodDescriptionvoiderrorCodeChanged(String oldErrorCode, String newErrorCode) The Start-Up Response Record Error Code, changed.voidjobNameChanged(String oldJobName, String newJobName) The Start-Up Response Record Job Name, changed.voidobjectNameChanged(String oldObjectName, String newObjectName) The Start-Up Response Record Object Name, changed.voidresponseCodeAutoSignonChanged(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum oldResponseCodeAutoSignon, com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum newResponseCodeAutoSignon) 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, changed.voidresponseCodeAutoSignonKerberosChanged(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum oldResponseCodeAutoSignonKerberos, com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum newResponseCodeAutoSignonKerberos) 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, changed.voidresponseCodeChanged(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnum oldResponseCode, com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnum newResponseCode) The Start-Up Response Record success or error response code, as returned by the host, mapped to an enum, changed.voidresponseCodeTextChanged(String oldResponseCodeText, String newResponseCodeText) The Start-Up Response Record success or error response code, as returned by the host, as original string, changed.voidsystemNameChanged(String oldSystemName, String newSystemName) The Start-Up Response Record System Name, changed.
-
Method Details
-
responseCodeTextChanged
The Start-Up Response Record success or error response code, as returned by the host, as original string, changed. Can benull.- Parameters:
oldResponseCodeText- the old Start-Up Response Record success or error response code ornullnewResponseCodeText- the new Start-Up Response Record success or error response code ornull
-
responseCodeChanged
void responseCodeChanged(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnum oldResponseCode, com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeEnum newResponseCode) The Start-Up Response Record success or error response code, as returned by the host, mapped to an enum, changed. Can benullif the returned response code is empty, or is covered by theTelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnumorTelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum.- Parameters:
oldResponseCode- the old Start-Up Response Record success or error response code ornullnewResponseCode- the new Start-Up Response Record success or error response code ornull
-
responseCodeAutoSignonChanged
void responseCodeAutoSignonChanged(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum oldResponseCodeAutoSignon, com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum newResponseCodeAutoSignon) 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, changed. Can benullif the returned response code is empty, or is covered by theTelnetOptionNEW_ENVIR.StartupResponseCodeEnumorTelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum.- Parameters:
oldResponseCodeAutoSignon- the old Start-Up Response Record error response codes ornullnewResponseCodeAutoSignon- the new Start-Up Response Record error response codes ornull
-
responseCodeAutoSignonKerberosChanged
void responseCodeAutoSignonKerberosChanged(com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum oldResponseCodeAutoSignonKerberos, com.seagullsw.common.emulator.physical.base.telnet2.TelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonKerberosEnum newResponseCodeAutoSignonKerberos) 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, changed. Can benullif the returned response code is empty, or is covered by theTelnetOptionNEW_ENVIR.StartupResponseCodeEnumorTelnetOptionNEW_ENVIR.StartupResponseCodeAutoSignonEnum.- Parameters:
oldResponseCodeAutoSignonKerberos- the old Start-Up Response Record error response codes ornullnewResponseCodeAutoSignonKerberos- the new Start-Up Response Record error response codes ornull
-
systemNameChanged
The Start-Up Response Record System Name, changed. Can benull.- Parameters:
oldSystemName- the old Start-Up Response Record System Name ornullnewSystemName- the new Start-Up Response Record System Name ornull
-
objectNameChanged
The Start-Up Response Record Object Name, changed. Can benull.- Parameters:
oldObjectName- the old Start-Up Response Record Object Name ornullnewObjectName- the new Start-Up Response Record Object Name ornull
-
jobNameChanged
The Start-Up Response Record Job Name, changed. Can benull.- Parameters:
oldJobName- the old Start-Up Response Record Job Name ornullnewJobName- the new Start-Up Response Record Job Name ornull
-
errorCodeChanged
The Start-Up Response Record Error Code, changed. Can benull.- Parameters:
oldErrorCode- the old Start-Up Response Record Error Code ornullnewErrorCode- the new Start-Up Response Record Error Code ornull
-