| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.ibm.cics.server.TWAHolder
This class is a holder class for an array of bytes that is a copy of the contents of the TWA.
| Field Summary | |
|  byte[] | valueThe 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 | 
public byte[] value
| Constructor Detail | 
public TWAHolder()
public TWAHolder(byte[] initValue)
initValue - The initial value.| 
 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||