|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.cics.server.TCTUAHolder
This class holds an array of bytes that is a copy of the contents of the
TCTUA.
The actual data is an instance variable of type byte[]
with the name value
.
Field Summary | |
byte[] |
value
The array of bytes comprising the item. |
Constructor Summary | |
TCTUAHolder()
Constructs a TCTUAHolder without a value. |
|
TCTUAHolder(byte[] initialValue)
Constructs a TCTUAHolder |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public byte[] value
Constructor Detail |
public TCTUAHolder()
TCTUAHolder
without a value.public TCTUAHolder(byte[] initialValue)
TCTUAHolder
initialValue
-
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |