|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.CWAHolder
public class CWAHolder
This class holds an array of bytes that is a copy of the contents of the CWA.
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 | |
---|---|
CWAHolder()
Constructs a CWAHolder without a value. |
|
CWAHolder(byte[] initialValue)
Constructs a CWAHolder without a value. |
Method Summary |
---|
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()
CWAHolder
without a value.
public CWAHolder(byte[] initialValue)
CWAHolder
without a value.
initialValue
- the initial value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |