RTI Connext Java API
Version 5.0.0
|
Assigns a name and a role name to a com.rti.dds.domain.DomainParticipant, com.rti.dds.publication.DataWriter or com.rti.dds.subscription.DataReader. These names will be visible during the discovery process and in RTI tools to help you visualize and debug your system. More...
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) |
Assigns a name and a role name to a com.rti.dds.domain.DomainParticipant, com.rti.dds.publication.DataWriter or com.rti.dds.subscription.DataReader. These names will be visible during the discovery process and in RTI tools to help you visualize and debug your system.
The name and role name can only be 255 characters in length.
String name |
The name of the entity.
[default] "[ENTITY]" for com.rti.dds.domain.DomainParticipant. null for com.rti.dds.subscription.DataReader and com.rti.dds.publication.DataWriter
[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