public interface IContextCall
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
call(java.lang.String programName,
int callingConvention,
com.heirloomcomputing.ecs.exec.parameterList params,
java.lang.Object returnCode)
This is the entry point for the class when CALL'd with parameters.
|
java.lang.Object call(java.lang.String programName, int callingConvention, com.heirloomcomputing.ecs.exec.parameterList params, java.lang.Object returnCode) throws java.lang.Throwable
programName
- - the String of the called program namecallingConvention
- - the int representing the calling convention
(e.g., STDCALL, CDECL, UNSAFE, etc.)params
- - the parameterList of Variables to the called programreturnCode
- - the Object representing the return code of the programjava.lang.Throwable
- for any CobolException or Java Exception