com.ibm.cics.server

Interface ILongHolder



  • public interface ILongHolder

    This interface provides methods for interacting with a long held within a Holder class.

    Since CICS TS version:
    5.1
    Since package version:
    1.401.0
    • 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
      long getValue()
      Returns the long array from the ILongHolder
      void setValue(long value)
      Sets a long value into the ILongHolder The behavior of this method when the bytes are not valid in the LOCALCCSID encoding is unspecified.
    • Field Detail

    • Method Detail

      • getValue

        long getValue()
        Returns the long array from the ILongHolder
        Returns:
        - the long value
        Since CICS TS version:
        5.1
        Since package version:
        1.401.0
      • setValue

        void setValue(long value)
        Sets a long value into the ILongHolder The behavior of this method when the bytes are not valid in the LOCALCCSID encoding is unspecified.
        Parameters:
        value - the value to set into the ILongHolder
        Since CICS TS version:
        5.1
        Since package version:
        1.401.0