com.ibm.cics.server
Class TWAHolder

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

public class TWAHolder
extends java.lang.Object

This class holds an array of bytes that is a copy of the contents of the TWA. 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
TWAHolder()
          Constructs a TWAHolder without a value.
TWAHolder(byte[] initialValue)
          Constructs a TWAHolder.
 
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

TWAHolder

public TWAHolder()
Constructs a TWAHolder without a value.


TWAHolder

public TWAHolder(byte[] initialValue)
Constructs a TWAHolder.

Parameters:
initialValue -