All Packages Class Hierarchy This Package Previous Next Index
Class com.ibm.as400.access.DataQueueEntry
java.lang.Object
|
+----com.ibm.as400.access.DataQueueEntry
- public class DataQueueEntry
- extends Object
The DataQueueEntry class represents an entry on an AS/400 data queue.
Note that the data in this object is not converted (for example,
from EBCDIC to ASCII).
-
getData()
- Returns the data for this data queue entry.
-
getSenderInformation()
- Returns the sender information for this data queue entry.
-
getString()
- Returns the data for this data queue entry as a string.
getData
public byte[] getData()
- Returns the data for this data queue entry.
- Returns:
- The data for this data queue entry.
getString
public String getString() throws UnsupportedEncodingException
- Returns the data for this data queue entry as a string.
- Returns:
- The data for this data queue entry as a string.
- Throws: UnsupportedEncodingException
- If the ccsid is not supported.
getSenderInformation
public String getSenderInformation()
- Returns the sender information for this data queue entry.
If sender information is not available for this entry,
an empty String ("") is returned.
- Returns:
- The data for this data queue entry.
All Packages Class Hierarchy This Package Previous Next Index