Interface | Description |
---|---|
JIOHandler |
The jRCS I/O handler interface, which a class must implement to
replace the default JClient I/O handler
|
Class | Description |
---|---|
JCapture |
Represents a capture object designed to incrementally fetch results
of program execution
|
JCommon |
Represents a jBASE common block
|
JConnection |
Represents a connection to a jBASE host
|
JConstants |
Common constants for all JClient classes
|
JDefaultIOHandler |
Default implementation of jRCS I/O handler
|
JDynArray |
Represents a jBASE dynamic array
|
JExecuteResults |
Contains results of jCL/jQL command execution
|
JFile |
Represents a jBASE file variable
|
JIndex |
Represents a jBASE index variable
|
JSelectList |
Represents a jBASE select list variable
|
Exception | Description |
---|---|
JException |
Represents an exception thrown by all JClient classes
|