|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.cics.server.DataHolder
public class DataHolder
This class holds an array of bytes that is the data read from a TDQ.
The actual data is an instance variable of type byte[]
with the name value
.
The reason for this extra holder class is that the data is returned from a method and the return value of the method is used to indicate the number of items in the TDQ.
Field Summary | |
---|---|
byte[] |
value
The array of bytes comprising the item. |
Constructor Summary | |
---|---|
DataHolder()
Constructs a DataHolder 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 DataHolder()
DataHolder
without a value.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |