Class DcAppLauncherService

All Implemented Interfaces:
IBaseService, Service, SQLHandlerInterface, IDisplayable, EIBFNCodes, ICicsBaseService, Keyboard, Runnable

public class DcAppLauncherService extends DliBaseService
  • Constructor Details

    • DcAppLauncherService

      public DcAppLauncherService()
  • Method Details

    • startUp

      public void startUp()
      For internal use only
      Overrides:
      startUp in class BaseService
    • makeUpClassScreenSourceName

      public String makeUpClassScreenSourceName()
      Description copied from class: CicsBaseService
      method used internally by SoftwareMining framework
      Specified by:
      makeUpClassScreenSourceName in interface IDisplayable
      Overrides:
      makeUpClassScreenSourceName in class CicsBaseService
      Returns:
      - a string representing the XML screen file for program. For example, for class com.softwaremining.examples.Loan, the following string will be returned: /com/softwaremining/examples/loan/xml/screens/Loan.xml
    • setTransId

      public void setTransId(String transId, String additionalCommandLineInputParams)
    • getScreenPcb

      public PCBScreen getScreenPcb()
    • getAltPcb

      public PCBModifiable getAltPcb()