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

Assigns a name and a role name to a com.rti.dds.domain.DomainParticipant, com.rti.dds.publication.Publisher, com.rti.dds.subscription.Subscriber, com.rti.dds.publication.DataWriter or com.rti.dds.subscription.DataReader. Except for com.rti.dds.publication.Publisher and com.rti.dds.subscription.Subscriber, these names will be visible during the discovery process and in RTI tools to help you visualize and debug your system. More...

Inheritance diagram for EntityNameQosPolicy:
QosPolicy

Public Attributes

String name
 The name of the entity.
 
String role_name
 The entity role name.
 
- Public Attributes inherited from QosPolicy
final QosPolicyId_t id
 The ID of this QoS policy.
 
final String policy_name
 The name of this QoS policy.
 

Additional Inherited Members

- Public Member Functions inherited from Struct
abstract boolean equals (Object obj)
 
abstract int hashCode ()
 
String toString ()
 
- Protected Member Functions inherited from Struct
 Struct ()
 
abstract void pull_from_nativeI (long native_status)
 
abstract void push_to_nativeI (long native_status)
 

Detailed Description

Member Data Documentation

String name

The name of the entity.

[default] null

[range] Null terminated string with length not exceeding 255. It can be null.

String role_name

The entity role name.

With Durable Subscriptions this name is used to specify to which Durable Subscription the com.rti.dds.subscription.DataReader belongs.

With Collaborative DataWriters this name is used to specify to which endpoint group the com.rti.dds.publication.DataWriter belongs.

[range] Null terminated string with length not exceeding 255. It can be null.

[default] null


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