com.ibm.cics.server
Class TCTUAHolder

java.lang.Object
  |
  +--com.ibm.cics.server.TCTUAHolder

public class TCTUAHolder
extends java.lang.Object

This class is a holder class for an array of bytes that is a copy of the contents of the TCTUA.


Field Summary
 byte[] value
          The array of bytes containing the copy of the TCTUA.
 
Constructor Summary
TCTUAHolder()
          Construct a holder without a value
TCTUAHolder(byte[] initValue)
          Construct a holder with a value
 
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 containing the copy of the TCTUA.
Constructor Detail

TCTUAHolder

public TCTUAHolder()
Construct a holder without a value

TCTUAHolder

public TCTUAHolder(byte[] initValue)
Construct a holder with a value
Parameters:
initValue - The initial value.


Copyright (c) 2005 by Sun Microsystems, Inc.