public class RetrievedData
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData()
Retrieve the data value.
|
byte[] |
getQueue()
Retrieve the name of a Temporary Storage Queue (TSQ) that was
passed to the started task by the caller.
|
java.lang.String |
getStringData()
Retrieve the data value as text.
|
java.lang.String |
getStringQueue()
Retrieve the Queue value as text.
|
java.lang.String |
getTermId()
Retrieve the terminal id value.
|
java.lang.String |
getTransId()
Retrieve the transaction id value.
|
void |
setQueueName(byte[] newQueueName)
Allows the setting of the data value into the holder.
|
void |
setTermid(java.lang.String newTermId)
Allows the setting of the data value into the holder.
|
void |
setTransid(java.lang.String newTransId)
Allows the setting of the data value into the holder.
|
void |
setValue(byte[] bytes)
Allows the setting of the data value into the holder.
|
public byte[] getData()
public java.lang.String getStringData()
public java.lang.String getTransId()
public java.lang.String getTermId()
public byte[] getQueue()
public java.lang.String getStringQueue()
public void setValue(byte[] bytes)
bytes - The payload of the record holder.public void setQueueName(byte[] newQueueName)
newQueueName - The new queuenamepublic void setTermid(java.lang.String newTermId)
newTermId - The new termidpublic void setTransid(java.lang.String newTransId)
newTransId - The new transid