public interface ICobolInterface extends ICallableProgram
| Modifier and Type | Method and Description |
|---|---|
void |
perform(int begin,
int end)
Perform from one paragraph to another.
|
void |
run(int setCurrentThread,
int entryPoint)
Run a particular entry point within a program
|
com.heirloomcomputing.ecs.exec.Context |
setup(com.heirloomcomputing.ecs.exec.Context _passContext)
Setup the execution context containing information such
as shared or separate data division sections, SQL
connections, etc.
|
call, call, cancel, redirectCallvoid run(int setCurrentThread,
int entryPoint)
throws java.lang.Throwable
setCurrentThread - the set current thread infoentryPoint - set the entrypointjava.lang.Throwable - upon errorvoid perform(int begin,
int end)
throws java.lang.Throwable
begin - the set current thread infoend - set the entrypointjava.lang.Throwable - upon errorcom.heirloomcomputing.ecs.exec.Context setup(com.heirloomcomputing.ecs.exec.Context _passContext)
_passContext - null upon first call or single
user or single session environment.