RTI Connext Java API  Version 5.0.0
DomainEntity Interface Reference

<<interface>> Abstract base class for all DDS entities except for the com.rti.dds.domain.DomainParticipant. More...

Inheritance diagram for DomainEntity:
Entity DataWriter Publisher DataReader Subscriber Topic DynamicDataWriter BytesDataWriter KeyedBytesDataWriter KeyedStringDataWriter StringDataWriter FooDataWriter DynamicDataReader BytesDataReader KeyedBytesDataReader KeyedStringDataReader StringDataReader FooDataReader

Additional Inherited Members

- Public Member Functions inherited from Entity
void enable ()
 Enables the com.rti.dds.infrastructure.Entity.
 
StatusCondition get_statuscondition ()
 Allows access to the com.rti.dds.infrastructure.StatusCondition associated with the com.rti.dds.infrastructure.Entity.
 
int get_status_changes ()
 Retrieves the list of communication statuses in the com.rti.dds.infrastructure.Entity that are triggered.
 
InstanceHandle_t get_instance_handle ()
 Allows access to the com.rti.dds.infrastructure.InstanceHandle_t associated with the com.rti.dds.infrastructure.Entity.
 

Detailed Description

<<interface>> Abstract base class for all DDS entities except for the com.rti.dds.domain.DomainParticipant.

Its sole purpose is to conceptually express that com.rti.dds.domain.DomainParticipant is a special kind of com.rti.dds.infrastructure.Entity that acts as a container of all other com.rti.dds.infrastructure.Entity but itself cannot contain other com.rti.dds.domain.DomainParticipant.


RTI Connext Java API Version 5.0.0 Copyright © Thu Aug 30 2012 Real-Time Innovations, Inc