| Package | Description |
|---|---|
| com.iscobol.java |
The public interface of the isCOBOL Runtime System.
|
| com.iscobol.rts |
| Modifier and Type | Class and Description |
|---|---|
class |
IsCobol
isCOBOL interface from Java language.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CallHandler.afterCall(IscobolCall call,
Object[] argv)
Defines the actions to be performed after returning from a called program.
|
void |
CallHandler.afterCancel(IscobolCall call)
Defines the actions to be performed after canceling a program.
|
void |
CallHandler.beforeCall(IscobolCall call,
Object[] argv)
Defines the actions to be performed before entering in a called program.
|
boolean |
CallHandler.beforeCancel(IscobolCall call)
Defines the actions to be performed before canceling a program.
|
static void |
IscobolCall.finalize(IscobolCall c) |