Specifications
COM+ reference
28
Glink: API reference manual Gallagher & Robertson
void addGlinkEventListener(GlinkEventListener listener)
Specifies the listener which is to receive Glink events.
void configBase(String configBase)
Sets the Glink configuration directory when running without a Glink Config
Server.
void configLanguage(String lkey)
Specifies the language file to use for fixed texts.
void configServer(String address)
Specifies the IP address or host name of the computer where the Glink server
is installed and running.
void connect()
Connects to the session specified with the sessionName() method.
void dedugStart(String debugFile)
Start or restart Glink debugging, send output to a file.
void debugStop()
Stop Glink debugging.
void disconnect()
Disconnects the current session.
void emulate(String hostData)
This method emulates a string locally.
String fieldRead(int fieldNum)
Returns the data for the given variable field.
void fileBase(String fileBase)