See: Description
| Interface | Description |
|---|---|
| GXDebuggableRequest |
Generic interface for requests that perform an action that
can be debugged.
|
| GXIBaseObjectFetcher | |
| GXIClientBaseObject |
This object represents a live session against the ApplinX server
and the host.
|
| GXIField |
This class represents one field in the host screen.
|
| GXIFieldCollection |
This class represents a collection of fields as they were gathered
from a screen or many screens.
|
| GXIHostKey | |
| GXINaturalDataTransferClientBaseObject |
This object is an extension of the
GXIClientBaseObject that
provides the option to perform Natural Data Transfer (NDT) actions. |
| GXINaturalDataTransferScreen |
Interface for a screen that contain Natural Data Transfer (NDT) information.
|
| GXIReadOnlyBaseObject |
This object represents a live session against the ApplinX server
and the host, in Read-Only mode, i.e.
|
| GXIReplayerClientBaseObject | |
| GXIScreen |
Interface for objects representing a screen entity
that wraps an emulation screen.
|
| GXIScreenCollection |
This class represents a collection of screens.
|
| GXIScreenWithPrintData |
Extension for the
GXIScreen class that adds printing
data buffer to the screen. |
| GXIVariable |
This interface represents a variable, and allows setting it to a session request.
|
| GXIWaitCondition |
Interface for all wait conditions.
|
| GXIWindow |
This class represents a window.
|
| Class | Description |
|---|---|
| GXAbstractNaturalDataTransferRequest |
Common request for Natural Data Transfer messages.
|
| GXAbstractNaturalDataTransferResponse |
Response data message for Natural Data Transfer download/upload requests.
|
| GXAbstractRequest |
Common settings for all requests.
|
| GXAbstractSessionConnectionRequest |
Abstract connection request to a specific session.
|
| GXAbstractSetToHostRequest |
Abstract class for SendKeys and Execute Path requests.
|
| GXAbstractWaitCondition |
Abstract class for all wait conditions.
|
| GXAbstractWaitCursor |
Abstract class for wait conditions involving the cursor.
|
| GXAbstractWaitScreen |
Abstract class for wait conditions involving a screen.
|
| GXAbstractWaitString |
Abstract class for wait conditions involving String on the host screen.
|
| GXAttachToSessionRequest |
Settings for attach request.
|
| GXBaseObjectConstants |
This class holds all the constants of the base object.
|
| GXBidiTranslatorRequest | |
| GXBidiTranslatorResponse | |
| GXBinaryRequest | |
| GXBinaryResponse | |
| GXClientApplicationConfig |
Data structure that contains the application configuration
retrieved from the server.
|
| GXClientBaseObjectFactory | |
| GXConnectionException |
Exception indicating that a connection problems occurred between
the client and ApplinX server or between ApplinX server and the host.
|
| GXCreateSessionRequest |
This class holds all the parameters needed for the
getBaseObject() method of GXClientBaseObjectFactory.
|
| GXCreateSessionResponse |
Response data message for the connect request
|
| GXCursor |
This class represents the cursor position to be set to the host screen.
|
| GXEndSessionRequest |
Settings for disconnect request.
|
| GXField |
This class represents one field on the host screen.
|
| GXFieldCollection |
This class is a collection of fields.
|
| GXGeneralException |
Exception indicating general error.
|
| GXGetScreenRequest |
Settings for the getScreen request.
|
| GXInnerClientBaseObjectFactory |
General factory to create connected / attached base objects,
detach and disconnect them from ApplinX server.
|
| GXInputField |
This class represents an input field whose data will be sent to the host.
|
| GXNaturalDataTransferDownloadRequest |
Setting request for Natural Data Transfer download messages.
|
| GXNaturalDataTransferDownloadResponse |
Response data message for
GXNaturalDataTransferDownloadRequest |
| GXNaturalDataTransferException |
Exception indicating that there was a problem with a Natural data transfer transaction.
|
| GXNaturalDataTransferUploadRequest |
Setting request for Natural Data Transfer upload messages.
|
| GXNaturalDataTransferUploadResponse |
Response data message for
GXNaturalDataTransferUploadRequest |
| GXNavigateException |
Exception indicating an error occurred in a navigation process.
|
| GXNavigateRequest |
Settings for map type paths execution request.
|
| GXPathException |
Exception indicating an error occurred in a path process.
|
| GXPathRequest |
Settings for path execution request.
|
| GXPathResponse |
This class is returned from GXIBaseObject.executePath() method.
|
| GXScreenBuffers |
This class wraps the buffers that are returned from the host for a screen.
|
| GXSendKeysRequest |
Settings for send keys request.
|
| GXSessionStatusResponse |
Response data message for the get status request.
|
| GXSetVariablesRequest |
Set Variables Request.
|
| GXTableRequest |
Settings for get table execution request.
|
| GXVariable |
This class represents a single variable to be set to a session request.
|
| GXVariableArray |
This class represents a variable with multiple values to be set to a session request.
|
| GXWaitForCursor |
Wait condition that instructs the ApplinX server to wait for the cursor
to reach a specified location.
|
| GXWaitForScreen |
Wait condition that instructs the ApplinX server to wait for a specific screen.
|
| GXWaitForString |
Wait condition that instructs the ApplinX server to wait for a specific string
in a specific location on the screen.
|
| GXWaitHostQuiet |
Wait condition that instructs the ApplinX server to wait a
specified time before returning a host screen.
|
| GXWaitWhileCursor |
Wait condition that instructs the ApplinX server to wait as long as the cursor
is in a specified location.
|
| GXWaitWhileScreen |
Wait condition that instructs the ApplinX server to wait until the screen
is different from a specific screen.
|
| GXWaitWhileString |
Wait condition that instructs the ApplinX server to wait as long as
a specific string in a specific location on the screen is present.
|
Copyright 2022 Software AG. All rights reserved. Use is subject to license terms.