Specifications

COM+ reference
36
Glink: API reference manual Gallagher & Robertson
void serverPort(String port)
Set the IP port on which to connect to the Glink server.
boolean sessionName(String name)
Specifies the name of the session to which Glink should connect.
void setCursor(int x, int y)
Moves the cursor to the given position.
void setCursor(GlinkPoint location)
Moves the cursor to the given position.
void setGlinkDirectory(String glinkDir)
Set the Glink directory.
void setInteractiveComParams (Collection params)
Sets the interactive communication parameters.
void setRestrictedMode(String key, int level)
Switch restricted mode on or off.
void setScreenSize(int columns, int rows)
For most emulations the screen size is 80 columns times 24 rows.
void setSplashScreenVisible(boolean visible)
Specifies whether the splash screen should be visible.
void setString(String text, GlinkPoint location)
The setString method sends a string to the virtual screen at the specified
location.
void setVisible(boolean visible)