com.ibm.cics.server
Class TWAHolder

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

public class TWAHolder
extends java.lang.Object

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


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

TWAHolder

public TWAHolder()
Construct a holder without a value

TWAHolder

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


Copyright (c) 2001 by Sun Microsystems, Inc.