com.ibm.cics.server
Class TCTUAHolder

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

public class TCTUAHolder
extends java.lang.Object

This class holds an array of bytes that is a copy of the contents of the TCTUA. The actual data is an instance variable of type byte[] with the name value.

Version:
1.2
Author:
John Colgrave

Field Summary
 byte[] value
          The array of bytes comprising the item.
 
Constructor Summary
TCTUAHolder()
          Constructs a TCTUAHolder without a value.
TCTUAHolder(byte[] initialValue)
          Constructs a TCTUAHolder
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public byte[] value
The array of bytes comprising the item.

Constructor Detail

TCTUAHolder

public TCTUAHolder()
Constructs a TCTUAHolder without a value.


TCTUAHolder

public TCTUAHolder(byte[] initialValue)
Constructs a TCTUAHolder

Parameters:
initialValue -