Network Router User Manual
158 GINA V4.0 System Administrator Guide – September 2000
Configuration language
7.2 Configuration language
The configuration generator config-tux reads a text file which describes the configura-
tion of the entire system in a T-ORB-specific language. This file contains the necessary
information on the transaction monitor, the T-ORB, and the specialist application.
The elements of the language include keywords, literals, separators and comments. Blanks,
tabs, line feeds, form feeds and white spaces are ignored. The characters // introduce a
comment, the line feed character terminates it.
7.2.1 Statements
The configuration language contains a range of statements which are introduced by key-
words; these are explained below. The statements may include numerous BEATUXEDO
parameters.
The statements may contain two different styles: uppercase letters only or lowercase letters
only. ❍❍●
APPLICATION
The APPLICATION statement describes a client which is connected via T-ORB/Client. It
comprises the following components:
– OsId of the application (NUMBER, 1 ... 32767)
– LayerId of the application (NUMBER, 1 ... 32767)
– User-friendly name of the application (LETTER)
Example APPLICATION ( 131, 1, "CmdTrm1" )
CM_APPLICATION
The CM_APPLICATION statement describes a conversational mode application on the cur-
rent host (HOST). It comprises the following components:
– TP application name (LETTER, max. 30 characters)
– OsId of the application (NUMBER, -128 ... -32767 )
– LayerId of the application (NUMBER, 1 .. .32767 )
– User-friendly name of the application (LETTER)
Customizing statements (MAX statements only) are permitted after the CM_APPLICATION
description of a server.