com.ibm.zosrrs

Class EnvironmentReturnType

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


  • public final class EnvironmentReturnType
    extends java.lang.Object
    Return data for atrsenv
    Since:
    2.4.0
    See Also:
    RRS.setEnvironment(int, int)
    • Constructor Summary

      Constructors 
      Constructor and Description
      EnvironmentReturnType(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

      • EnvironmentReturnType

        public EnvironmentReturnType(int rc,
                             byte[] diagArea)
        Constructor
        Parameters:
        rc - the return code from atrsenv
        diagArea - a byte array containing the atrsenv diagnostic area
    • 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 atrsenv
      • getDiagArea

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