Specifications

COM+ reference
Gallagher & Robertson Glink: API reference manual 27
Methods marked as Java only, indicated that they only appliy to Glink for Java
and are irrelevant, unsupported of ignored by the Windows versions of Glink.
Field Summary
static int GlinkApi_ASCII_TO_EBCDIC
Specifies translation direction for translateBuffer(): ASCII to EBCDIC.
static int GlinkApi_EBCDIC_TO_ASCII
Specifies translation direction for translateBuffer(): EBCDIC to ASCII.
static int GlinkApi_SCREEN_FORMATTED
Specifies that one ore more fields are defined for the current screen.
static int GlinkApi_SCREEN_UNFORMATTED
Specifies that no fields are defined for the current screen.
static int GlinkApi_SCREEN_UNFORMATTED_CHAR
Specifies that no fields are defined for the current screen and data is sent to
the host character by character and simultaneously displayed on the local
screen.
static int GlinkApi_SEARCH_BACKWARD
Specifies the search direction for the findString method.
static int GlinkApi_SEARCH_FORWARD
Specifies the search direction for the findString method.
Method Summary
void addConfiguration(GlinkConfiguration glinkConfiguration)
Adds the configuration to the list of available sessions.