Specifications

COM+ reference
40
Glink: API reference manual Gallagher & Robertson
Method Detail
addConfiguration
void addConfiguration(GlinkConfiguration glinkConfiguration)
Adds the configuration to the list of available sessions.
Restricted
See also:
sessionName(String), GlinkConfiguration
addGlinkEventListener
void addGlinkEventListener(GlinkEventListener listener)
Specifies the listener which is to receive Glink events.
See also:
GlinkEvent
configBase
void configBase(String configBase)
Sets the Glink configuration directory when running without a Glink Config
Server. The configuration directory is located in a subdirectory to the directory
where 'glink.jar' is installed. The default name of this configuration directory is
'config'. Normally there should be no need to use this method. Just make sure
that 'glink.jar' is specified in the class path directive with a path name, for
example 'd:\glinkj\glink.jar'.
Restricted
Parameters:
configBase - The path to the location where the Glink configuration directory is
placed, for example: GlinkApi.configBase("D:\\glinkj\\config");
configLanguage
void configLanguage(String lkey)