Specifications
COM+ reference
70
Glink: API reference manual Gallagher & Robertson
See also:
getCursor()
setGlinkDirectory
void setGlinkDirectory(String glinkDir)
Set the Glink directory.
Restricted; Java only
Parameters:
glinkDir - Glink directory. glink.ini.glinkdat (formerly glink.ini) should be
stored here.
setInteractiveComParams
void setInteractiveComParams (Collection params)
Sets the interactive communication parameters. This method should be used only
if the following event is posted:
GlinkEvent_INTERACTIVE_COM_PARAMS_REQUESTED
The setInteractiveComParams must be used together with the
getInteractiveComParams, see the getInteractiveComParams for the description
on how to use these calls.
Parameters:
params - The Collection containing the interactive communication
parameters. The Collection should have been initialized with the
getInteractiveComParams method.
See also:
getInteractiveComParams(),
GlinkEvent_INTERACTIVE_COM_PARAMS_REQUESTED
setRestrictedMode
boolean setRestrictedMode(String key, int level)