com.ibm.as400.access

Class KeyedDataQueueEntry



  • public class KeyedDataQueueEntry
    extends DataQueueEntry
    The KeyedDataQueueEntry class represents an entry on a keyed data queue.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      byte[] getKey()
      Returns the key for this data queue entry.
      java.lang.String getKeyString()
      Returns the key for this data queue entry as a string.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getKey

        public byte[] getKey()
        Returns the key for this data queue entry.
        Returns:
        The key for this data queue entry.
      • getKeyString

        public java.lang.String getKeyString()
                                      throws java.io.UnsupportedEncodingException
        Returns the key for this data queue entry as a string.
        Returns:
        The key for this data queue entry as a string.
        Throws:
        java.io.UnsupportedEncodingException - If the ccsid is not supported.