com.ibm.cics.server

Interface IHolder

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String COPYRIGHT
      Copyright statement
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      java.lang.String getStringValue()
      Returns a String derived from the data in the IHolder, assuming that the data is encoded in the LOCALCCSID.
      byte[] getValue()
      Returns the raw byte array from the IHolder
    • Field Detail

    • Method Detail

      • getValue

        byte[] getValue()
        Returns the raw byte array from the IHolder
        Returns:
        - the raw byte value stored in the IHolder
        Since CICS TS version:
        5.1
        Since package version:
        1.401.0
      • getStringValue

        java.lang.String getStringValue()
        Returns a String derived from the data in the IHolder, assuming that the data is encoded in the LOCALCCSID. The behavior of this method when the bytes are not valid in the LOCALCCSID encoding is unspecified.
        Returns:
        - a String representation of the byte-array in the CICS LOCALCCSID.
        Since CICS TS version:
        5.1
        Since package version:
        1.401.0