| Modifier and Type | Method and Description |
|---|---|
boolean |
checkPossibleDuplicate()
Checks if possible duplicate flag is set.
|
int |
containerType()
Returns the container type of the queue data message.
|
void |
containerType(int containerType)
Sets the container type of the queue data message.
|
com.thomsonreuters.upa.codec.Buffer |
destName()
Returns the destination name of the remote message receiver.
|
void |
destName(com.thomsonreuters.upa.codec.Buffer destName)
Sets the destination name of the remote message receiver.
|
int |
encodeComplete(com.thomsonreuters.upa.codec.EncodeIterator eIter,
boolean success)
Complete the encoding of a queue data message.
|
com.thomsonreuters.upa.codec.Buffer |
encodedDataBody()
Returns the encoded data body of the queue data message.
|
void |
encodedDataBody(com.thomsonreuters.upa.codec.Buffer data)
Sets the encoded data body of the queue data message.
|
int |
encodeInit(com.thomsonreuters.upa.codec.EncodeIterator eIter)
Initialize the encoding of a queue data message.
|
int |
flags()
Returns the flags of the queue data message.
|
void |
flags(int flags)
Sets the flags of the queue data message.
|
long |
identifier()
Returns the identifier of the queue data message.
|
void |
identifier(long identifier)
Sets the identifier of the queue data message.
|
int |
queueDepth()
Returns the number of messages remaining in the queue for this stream.
|
void |
queueDepth(int queueDepth)
Sets the number of messages remaining in the queue for this stream.
|
com.thomsonreuters.upa.codec.Buffer |
sourceName()
Returns the source name of the local message sender.
|
void |
sourceName(com.thomsonreuters.upa.codec.Buffer sourceName)
Sets the source name of the queue data message.
|
long |
timeout()
Returns the timeout (in milliseconds) at which the message should expire instead
of being delivered.
|
void |
timeout(long timeoutMsec)
Sets the timeout (in milliseconds) at which the message should expire instead
of being delivered.
|
domainType, rdmMsgType, serviceId, serviceIdcom.thomsonreuters.upa.codec.Buffer sourceName()
void sourceName(com.thomsonreuters.upa.codec.Buffer sourceName)
sourceName - the source namecom.thomsonreuters.upa.codec.Buffer destName()
void destName(com.thomsonreuters.upa.codec.Buffer destName)
destName - the dest namevoid identifier(long identifier)
identifier - the identifierlong identifier()
void timeout(long timeoutMsec)
QueueDataTimeoutCode.IMMEDIATE
or QueueDataTimeoutCode.INFINITE.timeoutMsec - the timeout msecQueueDataTimeoutCodelong timeout()
QueueDataTimeoutCode.IMMEDIATE
or QueueDataTimeoutCode.INFINITE.QueueDataTimeoutCodevoid queueDepth(int queueDepth)
queueDepth - the queue depthint queueDepth()
int encodeInit(com.thomsonreuters.upa.codec.EncodeIterator eIter)
eIter - The Encode Iteratorint encodeComplete(com.thomsonreuters.upa.codec.EncodeIterator eIter,
boolean success)
eIter - The Encode Iteratorsuccess - If true - successfully complete the message, if false - remove
the message from the buffer.void encodedDataBody(com.thomsonreuters.upa.codec.Buffer data)
data - the datacom.thomsonreuters.upa.codec.Buffer encodedDataBody()
void containerType(int containerType)
containerType - the container typeint containerType()
void flags(int flags)
flags - the flagsQueueDataFlagsint flags()
QueueDataFlagsboolean checkPossibleDuplicate()
Copyright @ 2019 Thomson Reuters. All Rights Reserved.