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