|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.as400.access.DataQueueEntry | +--com.ibm.as400.access.KeyedDataQueueEntry
The KeyedDataQueueEntry class represents an entry on an AS/400 keyed data queue.
Method Summary | |
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 com.ibm.as400.access.DataQueueEntry |
getData, getSenderInformation, getString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public byte[] getKey()
public java.lang.String getKeyString() throws java.io.UnsupportedEncodingException
java.io.UnsupportedEncodingException
- If the ccsid is not supported.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |