com.ibm.cics.server

Class RetrievedDataHolder

  • java.lang.Object
    • com.ibm.cics.server.RetrievedDataHolder
  • All Implemented Interfaces:
    IRetrievedDataHolder


    public class RetrievedDataHolder
    extends java.lang.Object
    implements IRetrievedDataHolder

    This class holds the values that can be retrieved for a (started) task.

    Since CICS TS version:
    1.3
    Since package version:
    1.0
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      RetrievedData value
      Deprecated. 
      - Direct access to this field will not be allowed in a future release. This will be made private, use the getter methods instead.
    • Constructor Summary

      Constructors 
      Constructor and Description
      RetrievedDataHolder()
      Constructs a RetrievedDataHolder.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      RetrievedData getValue()
      Returns the RetrievedData from the IRetrievedDataHolder
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • value

        @Deprecated
        public RetrievedData value
        Deprecated. - Direct access to this field will not be allowed in a future release. This will be made private, use the getter methods instead.
        The data retrieved for the (started) task.
        Since CICS TS version:
        1.3
        Since package version:
        1.0
    • Constructor Detail

      • RetrievedDataHolder

        public RetrievedDataHolder()
        Constructs a RetrievedDataHolder.
        Since CICS TS version:
        1.3
        Since package version:
        1.0