Network Router User Manual

50 GINA V4.0 System Administrator Guide – September 2000
Configuration language
CYCLIC attribute
A so-called administration order is created for each cyclical timed request
(DomsClient::cyclicOrder). This administration order makes sure that the cyclical
timed request is executed in the selected timeframe.
The CYCLIC attribute can be used to determine the priority class in which these ad-
ministration orders are to run. CYCLIC can only be specified for one priority class. If the
CYCLIC attribute is not specified, the class with the average priority (rounded up to the
next highest priority) will be assigned to the administration orders. If, for example,
PRIO1 through PRIO6 is specified, PRIO3 will be assigned to the administration or-
ders.
PGWT attribute
If a priority class is assigned requests that need to execute callAndWait and
execChainAndWait calls, the class must have the appropriate authorization.
The PGWT attribute can be used to grant this authorization to the priority class. PGWT
can be specified for each priority class.
BCAMAPPL
The optional BCAMAPPL statement permits the specification of BCAM application names
for a TA application. The number of application names required depends on the configura-
tion and is checked by config. If too few application names are specified, config outputs
an appropriate error message. A BCAMAPPL statement is only permitted within a
TA_APPLICATION statement.
The application names are generated without the BCAMAPPL statement.
Example BCAMAPPL ( "GINA1", "GINA2" )
BEST_BCAMAPPL
The keyword BEST_BCAMAPPPL results in a separate BCAMAPPL statement being gener-
ated for each connection.
CANCEL
The CANCEL statement of the EVENTCONTROL block defines the interval after which an
event on a client expires, i.e. the event has exceeded its delivery time since the CANCEL
time, in relation to its start time. The interval is specified by four values for days, hours, min-
utes, and seconds.
The default value is CANCEL(2,0,0,0).