RTI Connext Java API
Version 5.3.0
|
com.rti.dds.domain.DomainParticipant entity and associated elements More...
Classes | |
interface | DomainParticipant |
<<interface>> Container for all com.rti.dds.infrastructure.DomainEntity objects. More... | |
class | DomainParticipantAdapter |
<<extension>> A listener adapter in the spirit of the Java AWT listener adapters. (The Adapter provides empty implementations for the listener methods) More... | |
interface | DomainParticipantListener |
<<interface>> Listener for participant status. More... | |
class | DomainParticipantProtocolStatus |
<<extension>> The status of a participant's protocol related metrics, like the number of corrupted messages, change in corrupted messages and timestamp of the last corrupted message. More... | |
class | DomainParticipantQos |
QoS policies supported by a com.rti.dds.domain.DomainParticipant entity. More... | |
Variables | |
static final TopicQos | TOPIC_QOS_DEFAULT = new TopicQos() |
Special value for creating a com.rti.dds.topic.Topic with default QoS. | |
static final PublisherQos | PUBLISHER_QOS_DEFAULT = new PublisherQos() |
Special value for creating a com.rti.dds.publication.Publisher with default QoS. | |
static final SubscriberQos | SUBSCRIBER_QOS_DEFAULT |
Special value for creating a com.rti.dds.subscription.Subscriber with default QoS. | |
static final FlowControllerProperty_t | FLOW_CONTROLLER_PROPERTY_DEFAULT |
<<extension>> Special value for creating a com.rti.dds.publication.FlowController with default property. | |
static final String | SQLFILTER_NAME |
<<extension>> The name of the built-in SQL filter that can be used with ContentFilteredTopics and MultiChannel DataWriters. | |
static final String | STRINGMATCHFILTER_NAME |
<<extension>> The name of the built-in StringMatch filter that can be used with ContentFilteredTopics and MultiChannel DataWriters. | |
com.rti.dds.domain.DomainParticipant entity and associated elements
|
static |
Special value for creating a com.rti.dds.topic.Topic with default QoS.
When used in com.rti.dds.domain.DomainParticipant.create_topic, this special value is used to indicate that the com.rti.dds.topic.Topic should be created with the default com.rti.dds.topic.Topic QoS by means of the operation get_default_topic_qos and using the resulting QoS to create the com.rti.dds.topic.Topic.
When used in com.rti.dds.domain.DomainParticipant.set_default_topic_qos, this special value is used to indicate that the default QoS should be reset back to the initial value that would be used if the com.rti.dds.domain.DomainParticipant.set_default_topic_qos operation had never been called.
When used in com.rti.dds.topic.Topic.set_qos, this special value is used to indicate that the QoS of the com.rti.dds.topic.Topic should be changed to match the current default QoS set in the com.rti.dds.domain.DomainParticipant that the com.rti.dds.topic.Topic belongs to.
Note: You cannot use this value to get the default QoS values for a Topic; for this purpose, use com.rti.dds.domain.DomainParticipant.get_default_topic_qos.
|
static |
Special value for creating a com.rti.dds.publication.Publisher with default QoS.
When used in com.rti.dds.domain.DomainParticipant.create_publisher, this special value is used to indicate that the com.rti.dds.publication.Publisher should be created with the default com.rti.dds.publication.Publisher QoS by means of the operation get_default_publisher_qos and using the resulting QoS to create the com.rti.dds.publication.Publisher.
When used in com.rti.dds.domain.DomainParticipant.set_default_publisher_qos, this special value is used to indicate that the default QoS should be reset back to the initial value that would be used if the com.rti.dds.domain.DomainParticipant.set_default_publisher_qos operation had never been called.
When used in com.rti.dds.publication.Publisher.set_qos, this special value is used to indicate that the QoS of the com.rti.dds.publication.Publisher should be changed to match the current default QoS set in the com.rti.dds.domain.DomainParticipant that the com.rti.dds.publication.Publisher belongs to.
Note: You cannot use this value to get the default QoS values for a Publisher; for this purpose, use com.rti.dds.domain.DomainParticipant.get_default_publisher_qos.
|
static |
Special value for creating a com.rti.dds.subscription.Subscriber with default QoS.
When used in com.rti.dds.domain.DomainParticipant.create_subscriber, this special value is used to indicate that the com.rti.dds.subscription.Subscriber should be created with the default com.rti.dds.subscription.Subscriber QoS by means of the operation get_default_subscriber_qos and using the resulting QoS to create the com.rti.dds.subscription.Subscriber.
When used in com.rti.dds.domain.DomainParticipant.set_default_subscriber_qos, this special value is used to indicate that the default QoS should be reset back to the initial value that would be used if the com.rti.dds.domain.DomainParticipant.set_default_subscriber_qos operation had never been called.
When used in com.rti.dds.subscription.Subscriber.set_qos, this special value is used to indicate that the QoS of the com.rti.dds.subscription.Subscriber should be changed to match the current default QoS set in the com.rti.dds.domain.DomainParticipant that the com.rti.dds.subscription.Subscriber belongs to.
Note: You cannot use this value to get the default QoS values for a Subscriber; for this purpose, use com.rti.dds.domain.DomainParticipant.get_default_subscriber_qos.
|
static |
<<extension>> Special value for creating a com.rti.dds.publication.FlowController with default property.
When used in com.rti.dds.domain.DomainParticipant.create_flowcontroller, this special value is used to indicate that the com.rti.dds.publication.FlowController should be created with the default com.rti.dds.publication.FlowController property by means of the operation get_default_flowcontroller_property and using the resulting QoS to create the com.rti.dds.publication.FlowControllerProperty_t.
When used in com.rti.dds.domain.DomainParticipant.set_default_flowcontroller_property, this special value indicates that the default QoS should be reset back to the initial value that would be used if the com.rti.dds.domain.DomainParticipant.set_default_flowcontroller_property operation had never been called.
When used in com.rti.dds.publication.FlowController.set_property, this special value is used to indicate that the property of the com.rti.dds.publication.FlowController should be changed to match the current default property set in the com.rti.dds.domain.DomainParticipant that the com.rti.dds.publication.FlowController belongs to.
Note: You cannot use this value to get the default properties for a FlowController; for this purpose, use com.rti.dds.domain.DomainParticipant.get_default_flowcontroller_property.
|
static |
<<extension>> The name of the built-in SQL filter that can be used with ContentFilteredTopics and MultiChannel DataWriters.
|
static |
<<extension>> The name of the built-in StringMatch filter that can be used with ContentFilteredTopics and MultiChannel DataWriters.
The StringMatch Filter is a subset of the SQL filter; it only supports the MATCH relational operator on a single string field.