Class | Description |
---|---|
AppObject |
This is the base class for
OpenAppObjectImpl . |
Connection |
The
Connection class holds configuration and state data for a client
connection to the application server. |
OpenAppObject |
OpenAppObjectImpl is the primary class for interacting with procedures
deployed to an application server using the Java Open Client API. |
OpenClassObject |
For accessing an ABL class using the OpenAPI.
|
OpenProcObject |
For accessing an ABL persistent procedure using the OpenAPI.
|
ParamArray |
An object containing an array for passing parameters to an ABL procedure or
user-defined function.
|
ParamArrayMode |
Contains constants for specifying the mode of an ABL procedure or
user-defined function parameter
|
Procedure |
This is the base class for representing a runnable procedure, function, or method.
|
ProObject | |
SDOProcObject |
This class provides methods to access legacy SDO procedure objects running on the application server.
|
SubAppObject |
This class provides for a logical organization of procedures exposed by the application server.
|