Siemens V 4.0 User Manual

Page of 244
GINA V4.0 System Administrator Guide – September 2000
185
BEA T
UXEDO
domains
Dr
uc
k v
om 24. 01.2001 17:01.01
 torbk
ontux
7.7.1
Statements
DOMAIN
The
 DOMAIN
statement defines the name of the domain and describes its configuration.
domain name, max. 30 characters
domain-specific customizing statements
(
MAX
,
 OPENINFO
)
description of the host
Example
DOMAIN ( "Domain1" )
{
START_VLAUE(
MAX ...
HOST ("Host1",MASTER)
  {
  ...
  }
...
}
EXPORT
The keyword
EXPORT
attributes a
TA_APPLICATION (...,EXPORT)
. This application will
then be exported by the domain. Hosts can also be attributed in this way:
HOST (...,EXPORT)
. All server applications will then export this host.
IMPORT
The optional statement
IMPORT
in the current domain (
DOMAIN
) imports server applications
from other domains. The applications are defined by the numeric pair
OsId
and
LayerId
.
The user-friendly name of the application or a host name can also be used instead of the
numeric pair. If a host name is specified, all exported server applications of this host will be
imported.
Example
IMPORT (( 50, 55 ), (47, 11), ... )
IMPORT (UFN = "userfn", HOST = "Host2", ... )