com.ibm.cics.server
Class RetrievedData

java.lang.Object
  extended by com.ibm.cics.server.RetrievedData

public class RetrievedData
extends java.lang.Object

This class holds the data retrieved for a task that has been STARTed.

Since CICS TS version:
1.3
Since package version:
1.0

Field Summary
 byte[] data
          the data
 byte[] queue
          the queue name
 java.lang.String termId
          the terminal id
 java.lang.String transId
          the transaction id
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public byte[] data
the data

Since CICS TS version:
1.3
Since package version:
1.0

transId

public java.lang.String transId
the transaction id

Since CICS TS version:
1.3
Since package version:
1.0

termId

public java.lang.String termId
the terminal id

Since CICS TS version:
1.3
Since package version:
1.0

queue

public byte[] queue
the queue name

Since CICS TS version:
1.3
Since package version:
1.0