Network Router User Manual

GINA V4.0 System Administrator Guide – September 2000 63
Configuration language
Druck vom 24. 01.2001 17:00.30 torb-kon
SESSIONPOINT
The SESSIONPOINT statement specifies the number of connections that can be controlled
by an application.
The SESSIONPOINT statement has the following parameters:
OsId of the current application (NUMBER)
LayerId of the current application (NUMBER)
number of connections controlled by this application
A SESSIONPOINT statement that describes the connections from a GINA application to a
foreign
open
UTM application has the following additional components:
–An ADDRESS statement
This statement describes the parameters used to specify how the foreign
open
UTM
application is to be addressed.
An optional OUT_CONVERTER statement
This statement describes a converter function that is called before a message from a
foreign
open
UTM application is delivered.
A SESSIONPOINT statement that describes the connections from a foreign
open
UTM appli-
cation to a GINA application has the following additional components:
–An ADDRESS statement
This statement describes the parameters used to specify how the GINA application is
to be addressed.
–An IN_CONVERTER statement
This statement describes a converter function or converter class method that is called
if there is a message from a foreign
open
UTM application.
START
The START statement allows you to customize TP statements.
The START statements on system level apply to all hosts if there is no START statement of
the same name in the HOST statement.
The START statements on host level apply accordingly to all applications.
The optional START statement has the following parameters:
name of the statement
value of the statement as a string
Permissible statement names are TASKS, ASYNTASKS and TASKS-IN-PGWT.