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

<<extension>> Provides information about a com.rti.dds.subscription.TopicQuery More...

Inheritance diagram for TopicQueryData:
Copyable

Public Member Functions

Object copy_from (Object src)
 
- Public Member Functions inherited from Struct
abstract boolean equals (Object obj)
 
abstract int hashCode ()
 
String toString ()
 
- Public Member Functions inherited from Copyable
Object copy_from (Object src)
 Copy value of a data type from source.
 

Public Attributes

TopicQuerySelection topic_query_selection = new TopicQuerySelection()
 The data selection.
 
String topic_name = ""
 The topic name of the com.rti.dds.subscription.DataReader.
 
GUID_t original_related_reader_guid = new GUID_t()
 Identifies the com.rti.dds.subscription.DataReader that created the com.rti.dds.subscription.TopicQuery.
 

Additional Inherited Members

- 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 Function Documentation

Object copy_from ( Object  src)

This is the implementation of the Copyable interface. This method will perform a deep copy of src This method could be placed into TopicQueryDataTypeSupport rather than here by using the -noCopyable option to rtiddsgen.

Parameters
srcThe Object which contains the data to be copied.
Returns
Returns this.
Exceptions
NullPointerExceptionIf src is null.
ClassCastExceptionIf src is not the same type as this.
See Also
com.rti.dds.infrastructure.Copyable::copy_from(java.lang.Object)

Member Data Documentation

TopicQuerySelection topic_query_selection = new TopicQuerySelection()

The data selection.

String topic_name = ""

The topic name of the com.rti.dds.subscription.DataReader.

GUID_t original_related_reader_guid = new GUID_t()

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