| Interface | Description |
|---|---|
| ILContainer |
ILContainer represents an execution containment for
native language programs, such as COBOL.
|
| ILProcedure |
ILProcedure represents a target native procedure to be invoked through
an ILContainer instance in a WAS z/OS environment.
|
| ILProcedureTestStub |
ILProcedureTestStub is used with the ILContainer as a
way to invoke business logic in place of a z/OS native
procedure while testing on a different platform.
|
| Class | Description |
|---|---|
| ILContainerFactory |
ILContainerFactory creates ILContainer instance to use for executing native
language procedures inside the WAS z/OS environment.
|
| ILProcedureFactory |
ILProcedureFactory creates ILProcedure instances.
|
| Exception | Description |
|---|---|
| ILContainerException |
ILContainerException represents an error that occurs during
use of the ILContainer.
|
| ILProcedureException |
Represents an error that occurs during invocation of an
ILProcedure object by an ILContainer.
|