com.ibm.websphere.batch.ilc
Interface ILProcedureTestStub
- public interface ILProcedureTestStub
See Also:
Method Summary
Modifier and Type | Method and Description |
---|---|
|
execute(byte[][] parmlist)
Execute the business logic of this test stub.
|
Method Detail
execute
- int execute(byte[][] parmlist)
Execute the business logic of this test stub.
An ILContainer calls this method when invoking
the ILProcedure to which this ILProcedureTestStub
is assigned when the ILContainer is invoked on
platform other than z/OS.
Parameters:
parmlist
- specifies the input parameter list
of the native procedure represented by the ILProcedure
with which this test stub is associated. Returns:
optional return code (if not specified it is zero).