com.ibm.pdp.maf.rpp.pac.dialogserver

Interface AbstractDialogServer

    • Method Detail

      • getCobolFolder

        java.lang.String getCobolFolder()

        Returns the folder where the cobol is generated.

        Returns:
      • getCobolProject

        java.lang.String getCobolProject()

        Returns the project where the cobol is generated.

        Returns:
      • getCobolType

        CobolTypeValues getCobolType()

        In this field, you have the COBOL variant for the generated Server.

        Returns:
      • getCPLines

        java.util.List<CPLine> getCPLines()

        List of called predefined Macros into the generated program.

        Returns:
      • getCSLines

        java.util.List<AbstractCSLine> getCSLines()

        It indicates how Segments or Logical View are accessed in the validation, update and display processing associated with the Server or the Dialog Server

        Returns:
      • getDialogServerType

        DialogServerTypeValues getDialogServerType()

        In this field, you have the Server Dialog/Server type.

        Returns:
      • getGELines

        java.util.List<GLine> getGELines()

        The -GELines indicate :

        • the list of the automatically generated error messages which have been replaced,

        • the declaration of explicit error messages,

        • the help on a Server, a Data Element or an error message.

        Returns:
      • getGenerationLibrary

        Library getGenerationLibrary()

        Indicates the Library on which we can find the generation parameters for the entity.

        Parameters are related to the adaptation to the operating system in use.

        Returns:
      • getGGLines

        java.util.List<GLine> getGGLines()

        These lines on a given Server or Server Dialog are used to override some of the values of the generated constants.

        Returns:
      • getGOLines

        java.util.List<GLine> getGOLines()

        The GOLines indicates the list of the generation options.

        Returns:
      • getMapType

        MapTypeValues getMapType()

        In this field, you have the variant of the TP monitor for the generated Server.

        Returns:
      • getProgramExternalName

        java.lang.String getProgramExternalName()

        The name entered here is the name of the file generated from this instance. The generated file name can then differ from the instance name.

        Returns:
      • getTransactionCode

        java.lang.String getTransactionCode()

        This field corresponds to:

        • The four-character transaction code (Dialog Server default code) for a CICS variant.

        • The transaction code associated with the Dialog Server for an IMS variant.

        Returns: