com.ibm.cics.server
Class RetrievedDataHolder

java.lang.Object
  extended bycom.ibm.cics.server.RetrievedDataHolder

public class RetrievedDataHolder
extends java.lang.Object

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


Field Summary
 RetrievedData value
          The data retrieved for the (started) task.
 
Constructor Summary
RetrievedDataHolder()
          Constructs a RetrievedDataHolder.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public RetrievedData value
The data retrieved for the (started) task.

Constructor Detail

RetrievedDataHolder

public RetrievedDataHolder()
Constructs a RetrievedDataHolder.