BuiltinTopicKey_t Class Reference
[Built-in Topics]

The key type of the built-in topic types. More...

Inheritance diagram for BuiltinTopicKey_t:

Copyable

List of all members.

Public Member Functions

void copy_from (BuiltinTopicKey_t other)
Object copy_from (Object other)
 Copy value of a data type from source.

Public Attributes

final int[] value
 An array of four integers that uniquely represents a remote com.rti.dds.infrastructure.Entity.


Detailed Description

The key type of the built-in topic types.

Each remote com.rti.dds.infrastructure.Entity to be discovered is can be uniquely identified by this key. This is the key of all the built-in topic data types.

See also:
builtin.ParticipantBuiltinTopicData

builtin.TopicBuiltinTopicData

builtin.PublicationBuiltinTopicData

builtin.SubscriptionBuiltinTopicData


Member Function Documentation

void copy_from ( BuiltinTopicKey_t  other  ) 

Exceptions:
NullPointerException if 'other' is null.

Object copy_from ( Object  src  ) 

Copy value of a data type from source.

Copy data into this object from another. This copy is intended to be a deep copy, so that all data members (recursively) are copied (not just resetting Object references).

This operation returns the object that is copied if copy is successful.

Parameters:
src <<in>> The Object which contains the data to be copied.
Returns:
Generally, return this but special cases (such as Enum) exist.
Exceptions:
NullPointerException If src is null.
ClassCastException If src is not the same type as this.

Implements Copyable.


Member Data Documentation

final int [] value

An array of four integers that uniquely represents a remote com.rti.dds.infrastructure.Entity.


RTI Connext Java API Version 4.5f Copyright © 17 Mar 2012 Real-Time Innovations, Inc