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