com.ibm.cics.server

Interface ChildResponse

  • All Known Implementing Classes:
    ChildResponseImpl


    public interface ChildResponse
    This class represents the response of a child task; part of the CICS Asynchronous API.
    Since CICS TS version:
    5.4
    Since package version:
    1.700.0
    • Method Detail

      • getAbendCode

        java.lang.String getAbendCode()
        Return the abend code of the child task, if it abended.

        Otherwise, return null.

        Returns:
        the abend code of the child, if it abended
      • getChannel

        Channel getChannel()
        Return the Channel from the child task, if it's completed and has returned a channel.

        Otherwise, return null.

        Returns:
        the channel returned by the child task, if one was returned