|
||||||||
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 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 |
public byte[] value
Constructor Detail |
public TCTUAHolder()
public TCTUAHolder(byte[] initValue)
initValue
- The initial value.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |