Specifications

COM+ reference
54
Glink: API reference manual Gallagher & Robertson
getVariableFieldsEx
GlinkFields getVariableFieldsEx()
Returns the GlinkFields object associated with the current screen with variable
fields only. In other words only unprotected fields are contained in the returned
GlinkFields object. For formatted screens, this method will return the very same
as the getVariableFields() method.
For unformatted screens where no fields are defined, this method will simulate
that one input field is defined. For VIP and DKU emulations set in text mode, an
input field will be defined from the position of the cursor to the end of the line.
For emulations running in character mode like VT, an input field will be defined
from the cursor position. The end of this field will be on the same line but will
depend of the line contents and attributes.
See also:
GlinkField, getVariableFields()
isConnected
boolean isConnected()
Returns true if Glink is connected to a session.
isScreenAreaMatch
boolean isScreenAreaMatch(GlinkScreenArea sa)
Returns true if the supplied GlinkScreenArea object matches the current screen.
See also:
getScreenArea(GlinkPoint, GlinkPoint, boolean)
isSessionAvailable
boolean isSessionAvailable(String name, Collection sessions)
Returns true if the given session is available.
Restricted
See also:
getAvailableSessions()