com.ibm.cics.server

Class ChildResponseImpl

  • java.lang.Object
    • com.ibm.cics.server.ChildResponseImpl
  • All Implemented Interfaces:
    ChildResponse


    public class ChildResponseImpl
    extends java.lang.Object
    implements ChildResponse
    Implementation of ChildResponse.
    Since CICS TS version:
    5.4
    Since package version:
    1.700
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
        See Also:
        Object.hashCode()
      • getAbendCode

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

        Otherwise, return null.

        Specified by:
        getAbendCode in interface ChildResponse
        Returns:
        the abend code of the child, if it abended
      • getChannel

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

        Otherwise, return null.

        Specified by:
        getChannel in interface ChildResponse
        Returns:
        the channel returned by the child task, if one was returned