Specifications
COM+ reference
Gallagher & Robertson Glink: API reference manual 73
See also:
getTracedMethod()
translateBuffer
String translateBuffer(String buffer, int direction)
Translate a string between ASCII and EBCDIC. This is a utility method for
general-purpose use.
Parameters:
buffer - String to translate.
direction - how to translate.
Returns:
translated string.
See also:
ASCII_TO_EBCDIC, EBCDIC_TO_ASCII
userName
void userName(String name)
Specifies the user name. If the name is not specified or is not valid, Glink will
bring up the Glink Logon dialog box.
Note that this user name is only used to access the Glink configuration database
and is not used to log on to the host.
Restricted; Java only
Parameters:
name - user’s name.
See also:
userPassword(String)
userPassword
void userPassword(String password)