RTI Connext Java API  Version 6.0.0
 All Classes Namespaces Functions Variables Groups Pages
SampleFlagBits Class Reference

Type to identify the sample flags reserved by RTI. More...

Static Public Attributes

static final int REDELIVERED_SAMPLE
 Indicates that a sample has been redelivered by RTI Queuing Service.
 
static final int INTERMEDIATE_REPLY_SEQUENCE_SAMPLE
 Indicates that a response sample is not the last response sample for a given request. This bit is usually set by Connext Repliers sending multiple responses for a request.
 
static final int REPLICATE_SAMPLE
 Indicates if a sample must be broadcast by one RTI Queuing Service replica to other replicas.
 
static final int LAST_SHARED_READER_QUEUE_SAMPLE
 Indicates that a sample is the last sample in a SharedReaderQueue for a QueueConsumer DataReader.
 
static final int INTERMEDIATE_TOPIC_QUERY_SAMPLE
 Indicates that a sample for a TopicQuery will be followed by more samples.
 

Detailed Description

Type to identify the sample flags reserved by RTI.

Member Data Documentation

final int REDELIVERED_SAMPLE
static

Indicates that a sample has been redelivered by RTI Queuing Service.

final int INTERMEDIATE_REPLY_SEQUENCE_SAMPLE
static

Indicates that a response sample is not the last response sample for a given request. This bit is usually set by Connext Repliers sending multiple responses for a request.

final int REPLICATE_SAMPLE
static

Indicates if a sample must be broadcast by one RTI Queuing Service replica to other replicas.

final int LAST_SHARED_READER_QUEUE_SAMPLE
static

Indicates that a sample is the last sample in a SharedReaderQueue for a QueueConsumer DataReader.

final int INTERMEDIATE_TOPIC_QUERY_SAMPLE
static

Indicates that a sample for a TopicQuery will be followed by more samples.

This flag only applies to samples that have been published as a response to a com.rti.dds.subscription.TopicQuery.

When this bit is not set and com.rti.dds.subscription.SampleInfo.topic_query_guid is different from com.rti.dds.infrastructure.GUID_t.GUID_UNKNOWN, this sample is the last sample for that TopicQuery coming from the DataWriter identified by com.rti.dds.subscription.SampleInfo.original_publication_virtual_guid.


RTI Connext Java API Version 6.0.0 Copyright © Sun Mar 3 2019 Real-Time Innovations, Inc