com.ibm.cics.server
Class CWAHolder

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

public class CWAHolder
extends java.lang.Object

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

CWAHolder

public CWAHolder()
Constructs a CWAHolder without a value.


CWAHolder

public CWAHolder(byte[] initialValue)
Constructs a CWAHolder without a value.

Parameters:
initialValue - the initial value