Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 41
Specifies the language file to use for fixed texts. This determines the language
used in menus, dialogs, message boxes and status line. Normally the value
should be a two-letter abbreviation specifying the language; the default value is
us. Glink looks for a file glink_xx.txt, where xx is the value of this parameter, in
the .../no/gar/data directory.
Restricted
Parameters:
lkey - The 2-letter language key to use. Default is "us".
configServer
void configServer(String address)
Specifies the IP address or host name of the computer where the Glink server is
installed and running. If configServer is not set, Glink assumes that the
configuration server is running on the same computer as Glink. To run Glink
without a Config Server, specify "none" as the server address.
Restricted; Java only
Parameters:
address - The address may be specified as: hostname.yourcompany.com or
123.234.123.1 or none
connect
void connect()
Connects to the session specified with the sessionName() method. At startup
Glink automatically connects to the session specified with the sessionName
method.
Restricted
See also:
sessionName(String)
debugStart
void debugStart(String debugFile)