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.


Method Index

 o getKey()
Returns the key for this data queue entry.
 o getKeyString()
Returns the key for this data queue entry as a string.

Methods

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

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