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