Specifications

COM+ reference
72
Glink: API reference manual Gallagher & Robertson
See also:
sendKeys(String)
setSplashScreenVisible
void setSplashScreenVisible(boolean visible)
Specifies whether the splash screen should be visible.
Java only
setVisible
void setVisible(boolean visible)
Specifies whether Glink should be visible.
start
void start()
Starts Glink. The GlinkEvent_STARTED event code is posted when Glink is
started.
Restricted
stop
void stop()
Stops Glink. The GlinkEvent.STOPPED event code is posted when Glink is
stopped.
Restricted
traceMethods
void traceMethods(boolean trace)
Instructs the API to log the methods being called.
Java only