Package com.softwaremining
Class SMTextAppLauncher
java.lang.Object
com.softwaremining.ui.ScreenServer
com.softwaremining.ui.text.TextUIServer
com.softwaremining.SMTextAppLauncher
- All Implemented Interfaces:
Runnable
Deprecated.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionDeprecated.create an instance of the class to be run .boolean
Deprecated.static void
Deprecated.static void
processCommandLineParameters
(String[] args) Deprecated.Start the TextAppLauncher ...static void
processCommandLineParameters
(String[] args, boolean termintateOnBadReturnCode) Deprecated.Start the TextAppLauncher ...static void
setCommandLineArgs
(String[] newCommandLineArgs) Deprecated.Methods inherited from class com.softwaremining.ui.text.TextUIServer
switchToUser, wakeUpToProgram
Methods inherited from class com.softwaremining.ui.ScreenServer
getAcceptResponse, getReturnCode, getScreen, getServiceName, hasQuitedCics, run
-
Constructor Details
-
SMTextAppLauncher
public SMTextAppLauncher()Deprecated.
-
-
Method Details
-
getTargetInstance
Deprecated.Description copied from class:ScreenServer
create an instance of the class to be run .- Specified by:
getTargetInstance
in classScreenServer
- Returns:
-
processCommandLineParameters
Deprecated.Start the TextAppLauncher ...- Parameters:
args
-
-
processCommandLineParameters
Deprecated.Start the TextAppLauncher ...- Parameters:
args
-
-
hasCommandLineParameters
public boolean hasCommandLineParameters()Deprecated. -
main
Deprecated. -
setCommandLineArgs
Deprecated.
-
Allows launching of individual programs (Sub-classes of BaseService). Usage : Where param-1 ... are parameters which would have been passed to the original COBOL program and read through Cobol ACCEPT statement.