Specifications
COM+ reference
Gallagher & Robertson Glink: API reference manual 69
serverPort
void serverPort(String port)
Set the IP port on which to connect to the Glink server.
Restricted; Java only
Parameters:
port - decimal port number.
sessionName
boolean sessionName(String name)
Specifies the name of the session to which Glink should connect. If the session is
not specified, Glink will bring up the Glink Session dialog box for the user to
make a selection.
Restricted
Parameters:
name - name of configuration profile.
Returns:
true if session name was found, otherwise false.
setCursor
void setCursor(GlinkPoint location)
Moves the cursor to the given position.
See also:
getCursor()
setCursor
void setCursor(int x, int y)
Moves the cursor to the given position.