com.ibm.zosrrs

Class EndReturnType

  • java.lang.Object
    • com.ibm.zosrrs.EndReturnType


  • public final class EndReturnType
    extends java.lang.Object
    Return data for atrend
    Since:
    2.1.0
    See Also:
    RRS.end(int, byte[])
    • Constructor Summary

      Constructors 
      Constructor and Description
      EndReturnType(int rc, byte[] diagArea)
      Constructor
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      byte[] getDiagArea() 
      int getReturnCode() 
      java.lang.String toString()
      toString for tracing
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EndReturnType

        public EndReturnType(int rc,
                     byte[] diagArea)
        Constructor
        Parameters:
        rc - the return code from atrend
        diagArea - the diagnostics area returned from atrend
    • Method Detail

      • toString

        public java.lang.String toString()
        toString for tracing
        Overrides:
        toString in class java.lang.Object
      • getReturnCode

        public int getReturnCode()
        Returns:
        int the return code from atrend
      • getDiagArea

        public byte[] getDiagArea()
        Returns:
        byte[] the diagnostics area returned from atrend
© Copyright IBM Corporation 2005, 2014.