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).


Method Index

 o getData()
Returns the data for this data queue entry.
 o getSenderInformation()
Returns the sender information for this data queue entry.
 o getString()
Returns the data for this data queue entry as a string.

Methods

 o getData
 public byte[] getData()
Returns the data for this data queue entry.

Returns:
The data for this data queue entry.
 o 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.
 o 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