RTI Connext Java API  Version 5.1.0
DomainParticipants

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  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.
 

Detailed Description

com.rti.dds.domain.DomainParticipant entity and associated elements

Variable Documentation

final TopicQos TOPIC_QOS_DEFAULT = new TopicQos()
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.

See Also
com.rti.dds.domain.DomainParticipant.create_topic
com.rti.dds.domain.DomainParticipant.set_default_topic_qos
com.rti.dds.topic.Topic.set_qos
final PublisherQos PUBLISHER_QOS_DEFAULT = new PublisherQos()
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.

See Also
com.rti.dds.domain.DomainParticipant.create_publisher
com.rti.dds.domain.DomainParticipant.set_default_publisher_qos
com.rti.dds.publication.Publisher.set_qos
final SubscriberQos SUBSCRIBER_QOS_DEFAULT
static
Initial value:
=
new SubscriberQos()

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.

See Also
com.rti.dds.domain.DomainParticipant.create_subscriber
com.rti.dds.domain.DomainParticipant.get_default_subscriber_qos
com.rti.dds.subscription.Subscriber.set_qos
final FlowControllerProperty_t FLOW_CONTROLLER_PROPERTY_DEFAULT
static
Initial value:
=
new FlowControllerProperty_t()

<<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.

See Also
com.rti.dds.domain.DomainParticipant.create_flowcontroller
com.rti.dds.domain.DomainParticipant.set_default_flowcontroller_property
com.rti.dds.publication.FlowController.set_property
final String SQLFILTER_NAME
static

<<eXtension>> The name of the built-in SQL filter that can be used with ContentFilteredTopics and MultiChannel DataWriters.

See Also
Queries and Filters Syntax
final String STRINGMATCHFILTER_NAME
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.

See Also
Queries and Filters Syntax

RTI Connext Java API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc