Interface | Description |
---|---|
ICallable |
This interface must be implemented by any Java program
that wishes to be called by a COBOL CALL statement. |
ICallableProgram |
This interface must be implemented by any Java program
which wishes to be called by a COBOL CALL statement. |
ICallableProgramGiving |
This interface must be implemented by any Java program
which wishes to be called by a COBOL CALL statement. |
ICobolInterface |
This interface extends the ICallableProgram interface
adding a few methods internal to the generated Java code.
|
IContextCall |
Used for implementing the CALL AS "type" construct, e.g., CALL AS "rmi"
|