com.ibm.websphere.batch.ilc

Interface ILProcedureTestStub



  • public interface 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. A test stub may be optional specified when you create an ILProcedure.
    See Also:
    ILProcedure
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int 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).
IBM WebSphere Application ServerTM
Release 8.5