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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.create an instance of the class to be run .booleanDeprecated.static voidDeprecated.static voidprocessCommandLineParameters(String[] args) Deprecated.Start the TextAppLauncher ...static voidprocessCommandLineParameters(String[] args, boolean termintateOnBadReturnCode) Deprecated.Start the TextAppLauncher ...static voidsetCommandLineArgs(String[] newCommandLineArgs) Deprecated.Methods inherited from class com.softwaremining.ui.text.TextUIServer
switchToUser, wakeUpToProgramMethods 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:ScreenServercreate an instance of the class to be run .- Specified by:
getTargetInstancein 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 :
java -Xms150m -Xmx550m com.softwaremining.SMTextAppLauncher com.mypackage.myClass param-1 param-2 ...Where param-1 ... are parameters which would have been passed to the original COBOL program and read through Cobol ACCEPT statement.