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

All Superinterfaces:
AbstractDialogServer, AbstractRadicalElement, Element, RadicalElement

public interface DialogServer
extends AbstractDialogServer

The Server Dialog is a logical envelope which groups the various server-side components of an application.

In the Server Dialog, you give the general characteristics of the application. You specify the generation variants and options which apply by default to all the attached components.


Field Summary
static java.lang.String copyright
           
 
Method Summary
 DataStructure getCommonArea()
          

The communication common area constitutes the area of exchange between the various Screens of the Dialog.

 int getComplementCommonAreaLength()
          

Length of the common area.

 java.lang.String getErrorMessageFileExternalName()
          

External name of the error message file.

 ErrorMessageFileOrganizationServerValues getErrorMessageFileOrganization()
          

Organization of the error message file.

 java.lang.String getOptions()
          

Generation options.

 AbstractBlockBase getPsbOrSubSchemaCode()
          

This field is reserved for DL/1 database Segments.

 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.dialogserver.AbstractDialogServer
getCobolFolder, getCobolProject, getCobolType, getCPLines, getCSLines, getDialogServerType, getGELines, getGenerationLibrary, getGGLines, getGOLines, getMapType, getProgramExternalName, getTransactionCode
 
Methods inherited from interface com.ibm.pdp.maf.rpp.pac.common.AbstractRadicalElement
getGCLines
 
Methods inherited from interface com.ibm.pdp.maf.rpp.kernel.RadicalElement
getCalledEntities, getDescriptionTypes, getDesignId, getEntityVersion, getKeywords, getLabel, getName, getPackage, getProject, isResolved
 

Field Detail

copyright

static final java.lang.String copyright
See Also:
Constant Field Values
Method Detail

getCommonArea

DataStructure getCommonArea()

The communication common area constitutes the area of exchange between the various Screens of the Dialog.

This field indicates the DataStructure linked to the common area.

Returns:

getComplementCommonAreaLength

int getComplementCommonAreaLength()

Length of the common area.

You must specify a number if the length of the common area exceeds 100 characters.

The length of the common area (5-xxnn-LENGTH in the generated programs) is determined by the combined lengths of: The Server code (six characters),

Returns:

getErrorMessageFileExternalName

java.lang.String getErrorMessageFileExternalName()

External name of the error message file. Its value varies according to the type of COBOL code to generate:

Returns:

getErrorMessageFileOrganization

ErrorMessageFileOrganizationServerValues getErrorMessageFileOrganization()

Organization of the error message file.

Segments are declared in FD and accesses are generated in function F80.

Returns:

getOptions

java.lang.String getOptions()

Generation options.

These options can be specific to Screen or Server.

Returns:

getPsbOrSubSchemaCode

AbstractBlockBase getPsbOrSubSchemaCode()

This field is reserved for DL/1 database Segments.

The PCB name of the error message file (external name) must belong to the PSB.

For HP3000, you will have the ALLBASE/SQL Database Block code for a monitor generation with a database connection.

Returns: