| Interface | Description |
|---|---|
| ICallRemoteTarget |
The interface implements a program callable using RMI.
|
| ICallTarget |
The interface must be implemented by Java classes
in order to be called by Cobol programs using the CALL
verb.
|
| ICallTarget2 |
The interface must be implemented by Java classes
in order to be called by Cobol programs using the CALL
verb.
|
| ICancelTarget |
The ICancelTarget interface must be implemented by Java programs
that want to be cancelled from Cobol using the CANCEL verb.
|
| IDatatype |
Interface that describes data and data
conversions between them.
|
| IEnvironment |
Interface to the runtime environment
|
| IGenericBarcode |
Generic Barcode Functions
|
| IGenericPrinter |
Generic Printing Functions
|
| IModule |
Defines the interface for modules
|
| IProgramEnvironment |
The interface to the program environment
|
| ISpecialNames |
Defines the interface for retrieving certain specially
named data items.
|